Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何禁用 FilledTextField 组件,如 Button 或其他?是否有一些修饰符或一些包装器来切换 Android Jetpack Compose 中 UI 组件的禁用/启用状态?
有了1.0.0-beta01你可以使用:
1.0.0-beta01
TextField( enabled = false, ... )