Please guys, i don't know why the "minlenght" & the "maxlenght" attributes are not functioning? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Please guys, i don't know why the "minlenght" & the "maxlenght" attributes are not functioning?

<form> <label><b>COMMENT:</b></label><br /> <textarea type="text" placeholder="write a message" minlenght="15" maxlenght="30" required></textarea><br /> <input type="submit" value="Submit" /> </form>

10th Oct 2022, 8:55 AM
Raymond
Raymond - avatar
3 Respostas
+ 5
Hi, you have a typo in your attributes. It should be minlength and maxlength, not minlenght and maxlenght. Hope this helps!
10th Oct 2022, 9:04 AM
Paul
+ 1
Paul thanks for the correction
10th Oct 2022, 9:08 AM
Raymond
Raymond - avatar
0
@paul but it also works for the textarea elements. I just tried it & it worked
10th Oct 2022, 9:11 AM
Raymond
Raymond - avatar