-
Notifications
You must be signed in to change notification settings - Fork 362
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(select): fix keyboard up down behaviour when using group config(#…
…3278) * fix(select): 修复 flattenOptions 方法分组扁平化问题及上下键切换功能 >> >> - 修复了 flattenOptions 函数未正确扁平化分组的问题,导致在分组间切换时上下键无法正确切换。 >> - 修复了上下键切换时,激活项未能滚动到下拉面板视口内的问题。 * fix(select): 修复新增的setHoverIntoView方法下常量没给定类型导致lint校验失败
- Loading branch information
Showing
2 changed files
with
26 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters