inputType property

HtmlInputType inputType
final

Changes the display of the virtual keyboard on mobile devices.

See HtmlInputType for the supported modes.

The default value is HtmlInputType.text (the standard virtual keyboard)

Implementation

final HtmlInputType inputType;