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

Hide multiselect panel on living by TAB key #11088

Closed
adopilot opened this issue Jan 18, 2022 · 0 comments
Closed

Hide multiselect panel on living by TAB key #11088

adopilot opened this issue Jan 18, 2022 · 0 comments
Assignees
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone

Comments

@adopilot
Copy link

adopilot commented Jan 18, 2022

[] bug report => Search github for a similar issue or PR before submitting
[x] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35

Current behavior
Multi select (p-multiSelect) control has decent keyboard pickup behavior (mouse less operation).
User can pull list by Alt+down, Select items by enter (it will be nice if we clod also add space key as item selector key stroke).
The problem for users which trying to fill form without mouse is when they leave multiselect control by TAB key, control do not accept new value and it's panel remain open.

Expected behavior
Select items by space key (optional)
Commit (set value) after control lose focus (onBlur)
Commit (set value) by enter key and hide panel

You can try on multiSelect reproduce this.
Start editing first multi select control (open panel by Key+DOWN or type something in search box) use TAB key to move to next contol.

@yigitfindikli yigitfindikli added the Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add label Feb 14, 2022
@yigitfindikli yigitfindikli added this to the 13.1.2 milestone Feb 14, 2022
yigitfindikli added a commit that referenced this issue Feb 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants