-
Notifications
You must be signed in to change notification settings - Fork 34
fix(#3248): sync the dropdown values when children are added/removed #3122
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
Conversation
cb1d528 to
21662a4
Compare
f8387bd to
8b474ca
Compare
willcodeforcoffee
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.
LGTM
23d242f to
62d4a9e
Compare
62d4a9e to
9a2984d
Compare
willcodeforcoffee
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.
👍 LGTM
|
🎉 This PR is included in version 1.40.0-dev.12 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 6.10.0-dev.6 🎉 The release is available on: Your semantic-release bot 📦🚀 |
When changing dynamically bound dropdown items, if the items are reduced and no new items are added, the dropdown items would not change.
Before (the change)
After (the change)
Bind the values [red, green, blue], view the dropdown items to see the 3 items
Bind the value [red], you will now just see red
Browser tests written
Tested in React
Tested in Angular
Tested Web components
Steps needed to test
Test code exists in the
prsfolder => 2333