-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Open
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: cdk/listbox
Description
Is this a regression?
- Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
When any option was selected in the list and than user filtered them somehow and back to the initial list, that selected option will be rendered incorrectly.
Screen.Recording.2024-04-05.at.12.49.58.mov
P.S. A bit similar problem was there: #28557
Reproduction
StackBlitz link: https://stackblitz.com/edit/stackblitz-starters-xvgkha?file=src%2Findex.html,src%2Fmain.ts
Steps to reproduce:
- Click "Ron" option (it becomes true)
- Type in
input
letter "J" - Remove letter "J"
- See that option "Ron" is false.
- Type in input letter "R" or click outside
input
- See that option "Ron" is true.
Expected Behavior
Option should be rendered immediately based on its internal state (isSelected()/isActive()
).
Actual Behavior
Option requires one more event to be rendered based on its internal state (isSelected()/isActive()
).
Environment
- Angular: 17
- CDK/Material: 17.3.3
- Browser(s): Chrome and Safari
- Operating System (e.g. Windows, macOS, Ubuntu):
Metadata
Metadata
Assignees
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: cdk/listbox