New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(b-tab): add ability to specify button attributes #4803
Closed
andrewvasilchuk opened this issue
Feb 20, 2020
· 1 comment
· Fixed by #4806, tghelere/CL#18, mariazevedo88/hash-generator-js#39, mariazevedo88/hash-generator-js#40 or tghelere/CL#20
Closed
feat(b-tab): add ability to specify button attributes #4803
andrewvasilchuk opened this issue
Feb 20, 2020
· 1 comment
· Fixed by #4806, tghelere/CL#18, mariazevedo88/hash-generator-js#39, mariazevedo88/hash-generator-js#40 or tghelere/CL#20
Labels
Comments
@jackmu95, Can I start an implementation? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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: