+ 1
How do i make a text input with drop down list? Check my profile for image posted!
Making text input with drop down list
2 Respostas
+ 2
Just use <datalist> tag with some <option> and link those items via matching id attribute in the <datalist> with list attribute of <input>
Here is a simple one.
https://code.sololearn.com/Wgu1EZ4MaD7B/?ref=app
0
Use the select tag, with the option tag nested in the select tag to list each item.