Closed ifedotov closed 1 year ago
Limited support is provided for Vue 2 now. Please attempt replication with Vue 3. However with your code snippet, it is not Safari related - happening on Chrome for me too. Could there be an event handler you can bind to the
Adding @mousedown.stop to the select fixed the issue. Thanks for your help
In Safari on Mac OS when there is a select input in the drag element when selecting a value the drag is triggered https://codesandbox.io/s/example-1-forked-q2h8pz?file=/src/App.vue