Text Field
@Composable
Parameters
placeholder
the optional placeholder to be displayed over the component when the value is empty.
@Composable
@Composable
Deprecated
Please use TextField(state) instead. If you want to observe text changes, use snapshotFlow { state.text }
Parameters
placeholder
the optional placeholder to be displayed over the component when the value is empty.