lusaxweb / vuesax

New Framework Components for Vue.js 2
https://lusaxweb.github.io/vuesax/
MIT License
5.64k stars 741 forks source link

Switch not working in safari #530

Open jsinhSolanki opened 5 years ago

jsinhSolanki commented 5 years ago

Switch component is not working in safari. https://lusaxweb.github.io/vuesax/components/switch.html#state

You can check it in docs.

YkkJeff commented 5 years ago

I encountered the same issue for Safari v12.0.1 (14606.2.104.1.1).

Seems that the library is really not working well for Safari (radio button and vs-select also have issues)... it is like if the state of the components (item clicked, switch activated or not, etc.) is not taken into account in Safari.