For this component this PR seeks to resolve an issue where the disabled property works for keys but not for click events.
Before this PR, if you pass disabled as property, the toggle is visually "disabled" but in reality you can still click the element.
SelectDropdown
In this component the disabled state didn't existed. It has now been implemented and it looks like a disabled TextInput.
FormToggle
For this component this PR seeks to resolve an issue where the
disabled
property works for keys but not for click events. Before this PR, if you passdisabled
as property, the toggle is visually "disabled" but in reality you can still click the element.SelectDropdown
In this component the disabled state didn't existed. It has now been implemented and it looks like a disabled TextInput.