-
Notifications
You must be signed in to change notification settings - Fork 646
Closed
Labels
Description
Description
ToggleSwitch component is based on button tag, but it has no type attribute, so by default it has type="submit". This causes issues when the component is used inside form tag.
Steps to reproduce
- Add ToggleSwitch component in
formtag. - Make it controllable, add
checkedandonChangeattributes. - Check how many times
onChangecallback is called on init. - Try to switch toggle
Version
36.27.0
Browser
Chrome