Open
Description
When I reset my form via reset input (or via javascript code as form.reset()), all of my drop-downs get cleared but also they get displayed. (which i guess should stay hidden, or ?)
I'm using the enhanceSelectElement
function with the showAllValues: true,
option.
Here is a quick demo of what I'm talking about: https://codepen.io/vladooo/pen/abmoJvb just press the reset button...