bug(select[matNativeControl]): Sometimes the options are not triggered
- 主要语言
- TypeScript
- 星标
- 25k
- 派生
- 6.8k
- 平均合并
- 1 天 8 小时
- 30 天内合并 PR
- 91
描述
### Is this a regression?
- [X] Yes, this behavior used to work in the previous version
### The previous version in which this bug was not present was
prior to mdc migration
### Description
when using `select[matNativeControl]` inside `` there's a couple of problems:
1. when using an empty string as the default option, the label appears within the form field. directly clicking the label does not trigger the options.
2. clicking just inside `mat-form-field` (inside the outline) also does not trigger the options
### Reproduction
StackBlitz link: https://stackblitz.com/edit/components-issue-r49x2i?file=src%2Fapp%2Fexample-component.html
Steps to reproduce:
1. click the label while it's within the form field
2. also click just inside the bounds of the form field
### Expected Behavior
triggers the options
### Actual Behavior
options are not triggered - label just moves up
### Environment
- Angular: 16.1.2
- CDK/Material: 16.1.3
- Browser(s): chrome
- Operating System (e.g. Windows, macOS, Ubuntu): macOS
贡献指南
调研方向
从链接的 StackBlitz 复现开始,研究 select[matNativeControl] 与 mat-form-field appearance="outline" 之间的交互。复现标签和轮廓的点击,然后验证两者都会触发选项,同时保持预期的标签行为。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- angular, typescript
- 领域
- frontend
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 38/100