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(core/select): observer child label change #181

Merged
merged 2 commits into from
Nov 29, 2022

Conversation

danielleroux
Copy link
Collaborator

@danielleroux danielleroux commented Nov 25, 2022

Summary

If a label of ix-select-item is changed the input element was not updated.
Iam added a MutationObserver to observe child changes regarding label

How did you test this change?

  • Unit test

@danielleroux danielleroux added type: bug Something isn't working component: core pull request affects patch version The pull request affects only patch version labels Nov 25, 2022
@danielleroux danielleroux added this to the 1.1.1 milestone Nov 25, 2022
@danielleroux danielleroux merged commit f968e34 into main Nov 29, 2022
@danielleroux danielleroux deleted the 172-bug-select-label branch November 29, 2022 05:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pull request affects patch version The pull request affects only patch version type: bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Selected text does not refresh when the language of options changed
2 participants