Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Select]Select在多选模式下开启选项输入过滤,输入一次关键字后,希望每次能选择多个选项 #3590

Closed
CAIyb7923 opened this issue Dec 3, 2021 · 1 comment · Fixed by #4845
Assignees
Labels
improvement improve some features Next release issues to close in next release

Comments

@CAIyb7923
Copy link

Component

Select

Feature Description

目前Select在设置mode="multiple"、showSearch=true、hiddenSelected=false、filterLocal=true时,每次输入关键字对datasource进行过滤后,只能选择其中一个选项,然后datasource会被重置,导致如果想选择相同关键字下的多个选项,必须输入多次。希望能在输入一次关键字后,一次可以勾选多个选项。

@CAIyb7923 CAIyb7923 reopened this Dec 3, 2021
@lakerswgq lakerswgq self-assigned this Dec 6, 2021
@lakerswgq lakerswgq added the 💡 Feature Request New feature or request label Dec 6, 2021
@lakerswgq
Copy link
Contributor

Component

Select

Feature Description

目前Select在设置mode="multiple"、showSearch=true、hiddenSelected=false、filterLocal=true时,每次输入关键字对datasource进行过滤后,只能选择其中一个选项,然后datasource会被重置,导致如果想选择相同关键字下的多个选项,必须输入多次。希望能在输入一次关键字后,一次可以勾选多个选项。

目前多选模式下,每次选择会清空搜索的关键词,需要支持下不清空搜索词,就可以选多个了

@YSMJ1994 YSMJ1994 added improvement improve some features and removed 💡 Feature Request New feature or request labels Mar 1, 2024
@YSMJ1994 YSMJ1994 added the Next release issues to close in next release label Mar 1, 2024
@FairyYang FairyYang self-assigned this Apr 25, 2024
FairyYang added a commit to FairyYang/next that referenced this issue May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement improve some features Next release issues to close in next release
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

6 participants