0
suggest me the concept of declaring max length of text box
how to set limit of text box
7 odpowiedzi
+ 1
use the max attribute <input type='text' max=10 >
+ 1
html right
+ 1
sorry not Max it maxlength
if any trouble follow the link https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_input_maxlength
0
ok thanks !
0
i tried this but it was not worked ..may due to i added '10' in attribute
0
yes html
0
its ok ! thanks for help