-
Notifications
You must be signed in to change notification settings - Fork 8
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
added events on dropdown-menu #455
Conversation
|
--STORYBOOK-PREVIEW--
|
--EXAMPLE-APPS-PREVIEW--
|
Could you change the story name, so the dropdown-menu doesnt appear anymore under "Not reviewed" on Storybook? |
You can fix those if you have the time so I can focus on the other high-priority issues. |
Should dropdown menu items generally only contain text? no value? |
the dropdown event needs to be passed to the parent elements from the dropdown-item. Will add that logic as well |
…m/Infineon/infineon-design-system-stencil into 454-dropdown-menu-item-emit-event
🚀 PR was released in |
By creating this pull request you agree to the terms in CONTRIBUTING.md.
https://github.com/Infineon/.github/blob/master/CONTRIBUTING.md
--- DO NOT DELETE ANYTHING ABOVE THIS LINE ---
I have added events that emit the value of the selected option in the dropdown-menu.
The event is emitted from dropdown-item, captured in dropdown-menu, and then re-emitted again.
📦 Published PR as canary version:
20.16.3--canary.455.cf6a720b771d8f7b3b2a99ccd9941de15d3a4c6a.0
✨ Test out this PR locally via:
npm install @infineon/infineon-design-system-stencil@20.16.3--canary.455.cf6a720b771d8f7b3b2a99ccd9941de15d3a4c6a.0 # or yarn add @infineon/infineon-design-system-stencil@20.16.3--canary.455.cf6a720b771d8f7b3b2a99ccd9941de15d3a4c6a.0