lib
lib
/
com.github.mnemotechnician.mkui.extensions.dsl
/
textField
text
Field
inline
fun
Table
.
textField
(
text
:
String
=
""
,
style
:
TextField.TextFieldStyle
=
Styles.defaultField
,
crossinline
onchange
:
TextField
.
(
String
)
->
Unit
=
{}
)
:
Cell
<
TextField
>
Adds a single-line TextField to the table and returns the created cell.