groenroos / minimalect

Minimal select replacement for jQuery
350 stars 52 forks source link

Bug when Open list option on chrome #78

Open Kira69 opened 4 years ago

Kira69 commented 4 years ago

I noticed when we click on the arrow to display the elements when there no theme option, the list closes immediately. Even when you click on the list with theme option, the list closes without being able to select the item. It only happens on chrome.

link jsfiddle

Thanks for help.

tiogilillo commented 3 years ago

I solved this by modifing the css file. You need to add: .minict_wrapper span, .minict_wrapper:after {pointer-events:none}