Component: Dropdown - If editable = true and filter = true and you start typing, it will search by default but not start editing. #14567
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
If you click on the dropdown and start typing, the characters that you're typing will be displayed in the filter input but not in the editable input, and I think it is not the right behaviour. It was not behaving like this in the past. Also, it is a little bit annoying.
The text that you type will be introduced in the filter(search) input, but not in the dropdown editable input.
If you want to edit(type a value by yourself, without selecting one from the list) you have to click once on the arrow and then click on the dropdown(to move the focus) while the dropdown is open.
And it was not doing the same a few versions ago. I think the focus should stay on the dropdown when you start typing but now be switched to the filter(search).
Environment
Angular 17.0.8 & PrimeNG 17.3.2
Reproducer
https://stackblitz.com/edit/unjmt9-j4rqnt?file=src%2Fapp%2Fdemo%2Fdropdown-editable-component.html
Angular version
17.0.8
PrimeNG version
17.3.2
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.18.0
Browser(s)
Chrome
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: