Sendbird Outlined Text Field
fun SendbirdOutlinedTextField(value: String, onValueChange: (String) -> Unit, hintText: String, modifier: Modifier = Modifier, enabled: Boolean = true, maxLines: Int = 2)
Represents a outlined 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
.
hint Text
The hint text to be displayed. Defaults to R.string.sb_text_channel_input_text_hint
.