-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
fix(VBtn): accept value prop for underlying DOM element #16465
Conversation
NVM, just learned about undocumented |
That emit declaration is correct iirc. It is emitted from the useGroupItem composable |
value
prop to be attached to the underlying DOM element
Thanks for the detailed feedback @johnleider. I've polished the PR and implemented your suggestions. |
restore the logic for the value attribute to receive any type of prop and convert them to string to pass to the underlying DOM element fix #16188
Description
value
prop that will be attached as Node attribute to the underlying DOM element.Motivation and Context
fix #16188
How Has This Been Tested?
Added Cypress Component testing
Types of changes
Checklist:
master
for bug fixes and documentation updates,dev
for new features and backwards compatible changes andnext
for non-backwards compatible changes).