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

后端 未结 9 1468
盖世英雄少女心
盖世英雄少女心 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条回答
  •  -上瘾入骨i
    2020-11-29 02:27

    
    

    Use the above code to limit the number of characters inserted in a text area, if you want to disable the textarea itself (ie, will not be able to edit afterwards) you can use javascript/jquery to disable it.

提交回复
热议问题