-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Dropdown: can't select input with Shift + Home / Shift + End #14540
Comments
Stackblitz url doesn't seem to work, so here's MCVE: <p-dropdown [filter]="true" [options]="['Australia', 'Brazil', 'China']"> |
Thank you! we'll check it before the milestone is released. |
Hi, Selection by specifically Here is a stackblitz example: https://stackblitz.com/edit/dbpmhs?file=src%2Fapp%2Fdemo%2Fdropdown-basic-demo.html |
@cetincakiroglu In stackblitz example you gave:
What kind of selection did you have in mind? |
My bad, I missed the explanation, I got you know, I'll check it again. Thanks for letting me know 👍🏻 |
Thanks! |
Describe the bug
Shift + Home / Shift + End doesn't select text.
Environment
https://stackblitz.com/
Reproducer
https://github-qox9rx.stackblitz.io
Angular version
17.0.9
PrimeNG version
17.3.2
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
21.5.0
Browser(s)
Google Chrome: 120.0.6099.199, Firefox: 121.0
Steps to reproduce the behavior
Expected behavior
Text should become selected in steps 2 and 4.
The text was updated successfully, but these errors were encountered: