SendbirdOutlinedTextField

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.

onValueChange

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.

maxLines

The maximum number of lines. Defaults to 2.

hintText

The hint text to be displayed. Defaults to R.string.sb_text_channel_input_text_hint.