inputMode property - Element class - dart:html library (original) (raw)

description

String? getinputMode

Implementation

String? get inputMode native;

setinputMode (String? value)

Implementation

set inputMode(String? value) native;