antoniandre / splitpanes

A Vue 3 (and 2) reliable, simple and touch-ready panes splitter / resizer.
https://antoniandre.github.io/splitpanes
MIT License
1.92k stars 170 forks source link

Radio buttons dont emit values properly, when inside splitpanes #48

Closed eladyaniv01 closed 5 years ago

eladyaniv01 commented 5 years ago

It's really hard to reproduce this bug on the fly, but my radio form did not work properly, until i removed the splitpanes wrapper hope this helps

antoniandre commented 5 years ago

Splitpanes needs the property watch-slots to be reactive. If that does not fix it, then this is the same issue as #47