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