Skip to content
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(ui5-color-palette-popover): fix event params #3873

Merged
merged 1 commit into from Sep 9, 2021
Merged

Conversation

fifoosid
Copy link
Contributor

@fifoosid fifoosid commented Sep 8, 2021

Prior to this change, you could access the selected colours like this: event.detail.detail.color.
Now it is fixed and can be accessed like this: event.detail.color

BREAKING CHANGE: The selected color is now available as it is documented: event.detail.color

@ilhan007 ilhan007 merged commit 1066030 into master Sep 9, 2021
@ilhan007 ilhan007 deleted the cpp-event branch September 9, 2021 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants