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

fix: #7377, MultiSelect: Cannot access the close Icon and clear the input using keyboard in Filled mode #7378

Merged
merged 2 commits into from
Nov 1, 2024

Conversation

akshayaqburst
Copy link
Contributor

fix: #7377, MultiSelect: Cannot access the close Icon and clear the input using keyboard in Filled mode

…lear the input using keyboard in Filled mode
Copy link

vercel bot commented Oct 31, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Skipped Deployments
Name Status Preview Updated (UTC)
primereact ⬜️ Ignored (Inspect) Visit Preview Nov 1, 2024 6:22am
primereact-v9 ⬜️ Ignored (Inspect) Visit Preview Nov 1, 2024 6:22am

break;
}

updateModel(event, [], []);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think you want to add event.preventDefault() and event.stopPropagation() so this does not bubble up to other components

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done @melloware

@melloware melloware added the Type: Bug Issue contains a defect related to a specific component. label Oct 31, 2024
…lear the input using keyboard in Filled mode
@melloware melloware merged commit aefd6a8 into primefaces:master Nov 1, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a defect related to a specific component.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MultiSelect: Cannot access the close Icon and clear the input using keyboard in Filled mode
2 participants