-
Notifications
You must be signed in to change notification settings - Fork 137
fix(menu): update MenuOption defaultValue prop to inner value #468
fix(menu): update MenuOption defaultValue prop to inner value #468
Conversation
🦋 Changeset detectedLatest commit: 496e9df The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
@abelnnieva is attempting to deploy a commit to the Chakra UI Team on Vercel. A member of the Team first needs to authorize it. |
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 496e9df:
|
|
@abelnnieva Thank you for spotting the issue and offering a PR. |
|
This pull request is being automatically deployed with Vercel (learn more). chakra-ui-vue – ./🔍 Inspect: https://vercel.com/chakra-ui/chakra-ui-vue/4vUSWEvJ3TDtowcMLru7ru8dxD41 |
I think he refers to this ⬇️ |
codebender828
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @abelnnieva
@peoray It is the |
|
@all-contributors please add @abelnnieva for bugs, code |
|
This project's configuration file has malformed JSON: .all-contributorsrc. Error:: Unexpected token } in JSON at position 7542 |

Description
Fixed a bug in the defaultValue prop of the MenuOption.
Motivation and Context
The MenuOption is not using the value of the defaultValue prop. Also, for the checkbox type, the defaultValue prop must include the Array type.
Types of changes
Checklist: