With controlled TextInput fixed in beta4 (#1169), ...
# compose-web
o
With controlled TextInput fixed in beta4 (#1169), what are the remaining use cases for uncontrolled inputs? I am working on an MDC text field for Compose, which needs to synchronize the state of a floating label and an outline notch with its input. This seems way easier when not exposing the uncontrolled API. I wonder whether there is any downside when only the controlled API is available for component users.