+ 1
Please guys am not getting the datalist and option for a Form or input
Please can any one help because have tried it but not showing the option
7 Antworten
+ 4
I think this will not work in sololearn playground due to its some limitations..
+ 3
+ 3
yup it hasn't worked on SoloLearn for atleast 4 years based on previous threads AKSHAY
+ 2
Donald please show us your code and use the 8 rules for getting help from the community.
https://www.sololearn.com/Blog/38/8-simple-rules-to-get-help-from-the-community
Thanks and happy coding.
+ 2
Donald
<label for="gender">Choose your gender:</label>
<input list="genders" name="gender" id="gender">
<datalist id="genders">
<option value="Male">
<option value="Female">
<option value="Other">
</datalist>
<input type="submit">
+ 2
BroFar but it's not working on sololearn.
https://code.sololearn.com/W4GzwQ3y4h62/?ref=app
+ 1
This is the code i want to use it for on Gender and some other ones
check it
https://code.sololearn.com/W8T4XWhLlLYQ/?ref=app