menu
Dart
dart:html
InputElement
autocapitalize property
autocapitalize
brightness_4
brightness_5
description
autocapitalize
property
String
?
autocapitalize
Implementation
String? get autocapitalize native;
void
autocapitalize=
(
String
?
value
)
Implementation
set autocapitalize(String? value) native;
Dart
dart:html
InputElement
autocapitalize property
InputElement class