Hello! Need assessment for Other controls tasks.
Codepen:
Task 1: maxlength is a bit too short, but otherwise correct 
Task 2: Correct 
Task 3: You somehow mixed up <datalist> and <select> syntax. Use one or the other together with the <option>s
I hope that helps!
Michael
Thank you! Fixed Task 1. In task 3 i used fallback for browsers what doesnt support datalist. Is it correct? Like this:
Ah, my bad. You’re right. I didn’t know you could use <select> inside as fallback.
There is even such an example in the specification, so it’s possibly pretty robust. It would be interesting to know if screen readers also silently ignore <label> and <select> or if it will mess them up.
Thanks for the feedback!
Michael