menu
Dart
dart:html
Element
inputMode property
inputMode
dark_mode
light_mode
description
inputMode
property
String
?
inputMode
Implementation
String? get inputMode native;
void
inputMode=
(
String
?
value
)
Implementation
set inputMode(String? value) native;
Dart
dart:html
Element
inputMode property
Element class