overwrite 0.2.6 copy "overwrite: ^0.2.6" to clipboard
overwrite: ^0.2.6 copied to clipboard

outdatedDart 1 only

Overwrite mode for text area elements in Dart

overwrite #

Overwrite mode for textarea elements in Dart

To put a textarea element into overwrite mode:

    setInputMode(element, OverwriteMode.OVERWRITE);

New text typed into the textarea will overwrite the existing content instead of inserting it.

Overwrite also handles deleting and backspacing single characters and selections, cut, and paste.

When the textarea receives focus, overwrite pads the value with spaces to fill the client width of the element.

0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Overwrite mode for text area elements in Dart

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

More

Packages that depend on overwrite