groenroos / minimalect

Minimal select replacement for jQuery
350 stars 52 forks source link

Not making a new selection hides the previous one #49

Open mchccc opened 10 years ago

mchccc commented 10 years ago

If I simply close the menu apparently the DOM element (li) keeps its "selected" status/attribute but i it does not get displayed anymore, and I don't think that should happen. The select box reverts to the default placeholder text as soon as one clicks on the element itself, and I don't think that should happen either.

Thoughts? Thanks a lot!