Commit da2122d
authored
fix: set aria-label on the correct CRUD filter element (#9608)
## Description
Updated `CrudGrid` to use `setAriaLabel()` instead of
`setAttribute("aria-label")`.
This makes `aria-label` set on the `<input>` element as expected.
### Before
<img width="587" height="245" alt="Screenshot 2026-06-24 at 13 06 33"
src="https://github.com/user-attachments/assets/20fd972b-31cd-4830-85b4-5098a921fa5d"
/>
### After
<img width="619" height="173" alt="Screenshot 2026-06-24 at 13 05 24"
src="https://github.com/user-attachments/assets/2d2d0bd5-9aa2-48a1-9fbd-f179d8232ede"
/>
## Type of change
- Bugfix1 parent e044e51 commit da2122d
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- vaadin-crud-flow-parent
- vaadin-crud-flow-integration-tests/src/test/java/com/vaadin/flow/component/crud/tests
- vaadin-crud-flow/src/main/java/com/vaadin/flow/component/crud
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments