Sendbird Text Field
fun SendbirdTextField(value: String, onValueChange: (String) -> Unit, modifier: Modifier = Modifier, enabled: Boolean = true, maxLines: Int = 2)
Represents a text field with Uikit style.
Since
1.0.0-beta.1
Parameters
value
The text to be displayed.
on Value Change
The handler for when the text is changed.
modifier
The modifier to be applied to the view.
enabled
The state of the text field. Defaults to true
.
max Lines
The maximum number of lines. Defaults to 2
.