textInput

inline fun textInput(style: TextInputStyle, customId: String, label: String, builder: TextInputBuilder.() -> Unit = {})(source)

Creates and adds a text input with the customId and configured by the builder. Text Inputs can only be used within modals.