Monday, February 19, 2018

SELECT/OPTION not working as expected in Firefox

Do you have a SELECT/OPTION dropdown that is not honoring the "selected" attribute? Are you running in Firefox? Yeah, well, add:

autocomplete="off"

to your SELECT and that should fix that!

No comments:

Post a Comment