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
Is your feature request related to a problem? Please describe...
Somehow I need to set custom attributes to button, but all I have found is that we can pass only button-id prop.
Describe the solution you'd like
The solution is to provide button-attributes prop, that will be merged with aria-attributes provided by framework itself. BUT framework generated aria-attributes should take precedence.
Is your feature request related to a problem? Please describe...
Somehow I need to set custom attributes to button, but all I have found is that we can pass only
button-id
prop.Describe the solution you'd like
The solution is to provide
button-attributes
prop, that will be merged witharia-attributes
provided by framework itself. BUT framework generatedaria-attribute
s should take precedence.Example of possible solution:
The text was updated successfully, but these errors were encountered: