You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you expect that clicking on the "Vertical" label will activate the vertical toggle/radio button and turn off the Horizontal button.
that doesn't work.
it is because of custom onClick handlers in the toggle implementation that this doesn't work; so switching the onClick handler to encompass the entire component to fix this.
worked on this with @mavarius
example code for the screenshot above; note that VERTICAL and HORIZONTAL are string constants
when you have toggle buttons like:
you expect that clicking on the "Vertical" label will activate the vertical toggle/radio button and turn off the Horizontal button.
that doesn't work.
it is because of custom onClick handlers in the toggle implementation that this doesn't work; so switching the onClick handler to encompass the entire component to fix this.
worked on this with @mavarius
example code for the screenshot above; note that VERTICAL and HORIZONTAL are string constants
The text was updated successfully, but these errors were encountered: