You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have an editable dropdown in focus, and you start typing, the dropdown should open automatically. Currently, this does not happen. It will not open if, for example, you type "a", although it will open if you hit the backspace key.
melloware
added
Type: Bug
Issue contains a defect related to a specific component.
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Jul 1, 2024
Describe the bug
If you have an editable dropdown in focus, and you start typing, the dropdown should open automatically. Currently, this does not happen. It will not open if, for example, you type "a", although it will open if you hit the
backspace
key.Reproducer
No response
PrimeReact version
10.6.6.
React version
17.x
Language
TypeScript
Build / Runtime
Create React App (CRA)
Browser(s)
No response
Steps to reproduce the behavior
backspace
keyExpected behavior
The editable dropdown should open when the user types.
The text was updated successfully, but these errors were encountered: