+ 2
How do I make a maximum characters to input in a comment field and display the characters remains.
HTML & CSS
2 Respostas
+ 12
to display the character remain from user input you'll need javascript using if loop.
+ 6
Try to read this: https://www.w3schools.com/html/html_form_input_types.asp :)