0
How can I make this code work?
How can I make this code work? https://code.sololearn.com/WLvuzFEmGAVn/?ref=app
6 Answers
+ 2
صلاح الدين حلواني
datalist will not work in Solo-Learn
+ 2
Chris C.
Will not work in Sololearn.
Autocomplete should come on type 1 or 2 character but it is not coming
+ 1
<!-- HTML <datalist> Tag -->
https://www.w3schools.com/tags/tag_datalist.asp
<input list="ProgrammingLanguages">
<datalist id="ProgrammingLanguages">
<option value="c++">
<option value="c#">
<option value="c">
<option value="java">
<option value="kotlin">
</datalist>
+ 1
صلاح الدين حلواني
Visual Studio is just a code editor.
Html contents will work on browser.
0
A͢J
Oh I see it does not work in the app. However it works in the web browser.
0
It doesn't work even in visual studio!