tajo / react-movable

🔀 Drag and drop for your React lists and tables. Accessible. Tiny.
https://react-movable.pages.dev
MIT License
1.53k stars 51 forks source link

feat: include `radio` and `switch` roles in the `DISABLED_ROLES` array #101

Closed cheton closed 2 months ago

cheton commented 7 months ago

The current DISABLED_ROLES array does not include the radio and switch roles. This PR aims to extend interactive element support by checking the roles for Radio and Switch components.