Skip to content

Limits and trim the amount of characters added to any input/textarea tag

License

Notifications You must be signed in to change notification settings

juanbrujo/limitCharacts

Repository files navigation

limitCharacts

Limit and trim the amount of characters added to any input/textarea tag

Use

var elem = document.querySelectorAll('input'),
    limit = 100;

limitCharacts(elem,limit);

Demo

juanbrujo.github.io/limitCharacts

About

Limits and trim the amount of characters added to any input/textarea tag

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published