UNPKG

@encoreskytech/char-limit-hint

Version:

To initialize the char limit feature on text input

12 lines (9 loc) 268 B
# Char limit Hint ## Include the script <script src="index.min.js"></script> ## Add the element "<textarea id="element-1"></textarea>" ## And Just use it NodeCharElement("#element-1").charLimit(10); ## Contributor [Vishal Chaturvedi](https://github.com/vishai12345)