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
I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
I know there is an htmlFor attribute, but the dom attribute it generates is html-for.
I want to set it to "" to prevent clicking on the label from triggering the click event of its child button. like this
What does the proposed API look like?
nope
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
I know there is an
htmlFor
attribute, but the dom attribute it generates ishtml-for
.I want to set it to
""
to prevent clicking on the label from triggering the click event of its child button.like this
What does the proposed API look like?
nope
The text was updated successfully, but these errors were encountered: