We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set minLength to 0. And I couldn't select the keyword, when I focused input and used "Downward Arrow".
minLength
Test JSFiddle
This my code:
<input type='text' placeholder='Programming language name' class='flexdatalist' list='languages' name='language'> <datalist id="languages"> <option value="PHP">PHP</option> <option value="JavaScript">JavaScript</option> <option value="Cobol">Cobol</option> <option value="C#">C#</option> <option value="C++">C++</option> <option value="Java">Java</option> <option value="Pascal">Pascal</option> <option value="FORTRAN">FORTRAN</option> <option value="Lisp">Lisp</option> <option value="Swift">Swift</option> </datalist> <script> $('.flexdatalist').flexdatalist({ minLength: 0, maxShownResults: 10 }); </script>
How could I fix this bug?
The text was updated successfully, but these errors were encountered:
Any update on this? I've the same problem
Sorry, something went wrong.
No branches or pull requests
Set
minLength
to 0.And I couldn't select the keyword, when I focused input and used "Downward Arrow".
Test JSFiddle
This my code:
How could I fix this bug?
The text was updated successfully, but these errors were encountered: