【发布时间】:2019-10-27 08:16:40
【问题描述】:
我有一个带有 mat-select 和输入的表单,当点击 enter 时会模糊表单的所有元素并执行搜索功能。当我在 mat-select 中选择一个选择并按 Enter 键时,mat-select 仍然专注于它,因此它在搜索功能运行时打开。我需要一个模糊 mat-select 的功能(下面的 mat-select 是灰色而不是紫色)以防止它们在我单击 enter 时打开。
我的代码: https://stackblitz.com/edit/angular-focus-select-afterload-n99bzu?file=main.ts
感谢关注!
【问题讨论】:
-
显示您的代码。
-
对不起,我已经更新了帖子。