-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pref: improve hover and pre-selection state for formkit select (#6607)
#### What type of PR is this? /kind improvement /area ui /milestone 2.20.x #### What this PR does / why we need it: 优化了 Formkit 中的 selec 组件,使得其使用快捷键与鼠标选中的预选状态始终只有一个。且在多选状态下按回车时,不再预选跳转至第一个选项。 #### How to test it? 在多选状态下测试使用键盘进行预选及使用鼠标 hover 进行预选的状态是否符合预期。 #### Which issue(s) this PR fixes: Fixes #6600 #### Does this PR introduce a user-facing change? ```release-note 优化 Formkit select 组件在多选状态下的待选中状态。 ```
- Loading branch information
Showing
1 changed file
with
51 additions
and
3 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