TextField

Primary nodes

ConditionValue

Released in version:

1.0.7

Flutter/Dart link:

For the most up-to-date information on this Widget, please click on the Flutter/Dart link in the box above.

Remember that this node is the same as the Flutter Widget.

Inputs

InputTypeDescriptionReleased in version:

connector (required)

Widget

Connector for the parent Widget

1.0.7

autocorrect

Bool

Whether to enable autocorrection. Defaults to true

1.0.13

autofocus

Bool

Autofocus textField? Defaults to false

1.0.7

contentPadding

EdgeInsets

TextField content padding

1.0.7

expands

Bool

Whether this widget's height will be sized to fill its parent. Defaults to false

1.0.13

fillColor

Color

Background color

1.0.7

hintText

String

Hint text

1.0.7

isDense

Bool

Is part of a dense form

1.0.7

keyboardType

TextInputType

The type of keyboard to use for editing the text

1.0.13

labelText

String

TextField label value

1.0.7

maxLines

Int

The maximum number of lines to show at one time, wrapping if necessary

1.0.13

minLines

Int

The minimum number of lines to occupy when the content spans fewer lines

1.0.13

obscureText

Bool

Should the value be hidden? (Like when you type-in passwords)

1.0.7

readOnly

Bool

Whether the text should be readOnly. Defaults to false

1.0.13

textAlign

TextAlign

How the text should be aligned horizontally

1.0.13

textAlignVertical

TextAlignVertical

How the text should be aligned vertically

1.0.13

textCapitalization

TextCapitalization

Configures how the platform keyboard will select an uppercase or lowercase keyboard

1.0.13

textDirection

TextDirection

The directionality of the text

1.0.13

Outputs

OutputTypeDescriptionReleased in version:

onChangedConnector

Flow

Flow called everytime the user changes the value of the textField

1.0.7

onChangedValue

String

Value typed in by the user in the textField

1.0.7

Last updated