How to prevent user to enter text in textarea after reaching max character limit

后端 未结 9 1475
盖世英雄少女心
盖世英雄少女心 2020-11-29 01:52

I want to prevent user to enter text in textarea once it reaches a max character limit. What was happening that when i reached to max limit then my text-area scroll-bar move

9条回答
  •  再見小時候
    2020-11-29 02:47

    You could use this plugin instead of trying to write your own. I've found that it works pretty well.

提交回复
热议问题