Commit e8edef9
committed
fix: remove tabIndex={-1} from clear button to make it keyboard accessible
The clear button had tabIndex={-1} which made it unreachable via keyboard
navigation, violating WCAG 2.1 success criteria 2.1.1 and 2.1.3.
This change makes the clear button focusable so keyboard users can
access and operate this functionality.
Fixes ant-design/ant-design#573781 parent 5d1a32d commit e8edef9
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | 91 | | |
93 | 92 | | |
94 | 93 | | |
| |||
0 commit comments