bug(CHIPS AUTOCOMPLETE): chips autocomplete won't emit optionSelected if matChipInputAddOnBlur is set to true
- 主要语言
- TypeScript
- 星标
- 25k
- 派生
- 6.8k
- 平均合并
- 1 天 8 小时
- 30 天内合并 PR
- 91
描述
### 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 creating a mat autocomplete with chips the selectedOption event is not fired if the input associated with the chip-list has the [matChipInputAddOnBlur] property set as true and has a value typed in.
if you set the matChipInputAddOnBlur to false it will work perfectly, but I also need it to fire on blur to validate or insert the inputted value.
### Reproduction
Steps to reproduce:
1. visit https://stackblitz.com/edit/angular-rmuzjg-t8dcn6?file=src/app/chips-autocomplete-example.ts
2. type "a" into the input
3. click orange (or any other option except apple)
there is a console.log('selected') in the function associated with the (optionSelected) event, it won't be fired.
### Expected Behavior
The option clicked (orange) should be added to the chips.
The autocomplete's optionSelected event should be fired.
### Actual Behavior
a chip with the value inputted is added to the chips but the option clicked is not.
the autocomplete's optionSelected event is not fired.
### Environment
- Angular:
- CDK/Material:
- Browser(s):
- Operating System (e.g. Windows, macOS, Ubuntu):
贡献指南
调研方向
从链接的 StackBlitz 复现开始,跟踪 chip 输入的 matChipInputAddOnBlur 行为与自动完成的 optionSelected 事件之间的交互。验证输入文本并点击 orange 的情况,然后确认被点击的选项已添加,并且 optionSelected 已触发,同时输入的值也按预期进行处理。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- angular, typescript
- 领域
- frontend
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100