redwood
Toggle table of contents
0.18.0
common
Platform filter
common
Switch theme
Search in API
redwood
redwood-ui-basic-widget
/
app.cash.redwood.ui.basic.widget
/
TextInput
Text
Input
@
ObjCName
(
name
=
"TextInput"
,
exact
=
true
)
interface
TextInput
<
W
:
Any
>
:
Widget
<
W
>
{tag=1}
Members
Properties
modifier
Link copied to clipboard
abstract
var
modifier
:
Modifier
value
Link copied to clipboard
abstract
val
value
:
W
Functions
hint
Link copied to clipboard
abstract
fun
hint
(
hint
:
String
)
{tag=2}
on
Change
Link copied to clipboard
abstract
fun
onChange
(
onChange
:
(
TextFieldState
)
->
Unit
?
)
{tag=3}
state
Link copied to clipboard
abstract
fun
state
(
state
:
TextFieldState
)
{tag=1}