radix-ui / primitives

Radix Primitives is an open-source UI component library for building high-quality, accessible design systems and web apps. Maintained by @workos.
https://radix-ui.com/primitives
MIT License
15.95k stars 834 forks source link

Switch primitive doesn't reset on form reset #3177

Open LutherTS opened 1 month ago

LutherTS commented 1 month ago

Just noticing that the Switch primitive doesn't reset on form reset when uncontrolled. One workaround is to control the primitive, but a better one in my opinion is to use a state as a key on the primitive and to set the state to a new (random) value in an handler or an action onReset on the form.