andrewvasilchuk / vue-accessible-select

Vue.js component for accessible selects
MIT License
15 stars 5 forks source link

Add IE11 relatedTarget fix #3

Closed mikehobi closed 2 years ago

mikehobi commented 3 years ago

Hello. I needed to support IE11 and noticed a small bug that was causing the select-box to close immediately after opening.

I poked around and found some issues related to IE11 and event.relatedTarget, I stumbled across this solution from stack overflow, forked the repo, tested it and it seems to work.

Thanks for creating this project @andrewvasilchuk !

mikehobi commented 3 years ago

@andrewvasilchuk does this PR look good? Happy to help make any stylistic changes, rename/squash commits!

I noticed it's been awhile since a release, is there a typical release cadence, or minimum amount of changes before a release?

andrewvasilchuk commented 2 years ago

@mikehobi @shealavington I'm sorry for the late reply. Thank you for you contribution ❤️!!!

andrewvasilchuk commented 2 years ago

@mikehobi I will release either today or tomorrow.

andrewvasilchuk commented 2 years ago

@mikehobi I've released v1.2.0