-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Component: AccessibilityIssue or pull request is related to WCAG or ARIAIssue or pull request is related to WCAG or ARIA
Description
Describe the bug
STR:
- Try to create autocomplete component with multiple prop.
- Add selectionLimit={1} so it's looks like a single choice (or any other amount)
- Add some value so it's became disabled
- Try to navigate on that field to remove existing value
Actual result: keyboard navigation ignoring that field
Expected result: user able to remove value and add new one
Reproducer
No response
System Information
react: 18.2.0,
primereact: 10.9.1,Steps to reproduce the behavior
No response
Expected behavior
user able to remove value and add new one
Metadata
Metadata
Assignees
Labels
Component: AccessibilityIssue or pull request is related to WCAG or ARIAIssue or pull request is related to WCAG or ARIA