Frontmatter
| id | 5217 |
| title | form.field.Date: shows the native picker when using the space key |
| state | Closed |
| labels | bugstale |
| assignees | ExtAnimal |
| createdAt | Feb 13, 2024, 9:15 AM |
| updatedAt | Sep 12, 2024, 4:28 AM |
| githubUrl | https://github.com/neomjs/neo/issues/5217 |
| author | tobiu |
| commentsCount | 4 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 12, 2024, 4:28 AM |
form.field.Date: shows the native picker when using the space key
tobiu assigned to @ExtAnimal on Feb 13, 2024, 9:15 AM

mxmrtns
Feb 13, 2024, 9:30 AM
Hi @tobiu, please make sure to always comply with the WCAG guideline here. For example the picker should show when pressing Enter OR Space https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/examples/datepicker-dialog/

tobiu
Feb 13, 2024, 9:37 AM
hi @mxmrtns, correct, when we fix space, the neo picker should show for enter & space in the same way.
i moved the a11y topic into another ticket: https://github.com/neomjs/neo/issues/5219
@github-actions - 2024-08-29T02:25:47Z
This issue is stale because it has been open for 90 days with no activity.
- 2024-08-29T02:25:47Z @github-actions added the
stalelabel
@github-actions - 2024-09-12T02:28:28Z
This issue was closed because it has been inactive for 14 days since being marked as stale.
- 2024-09-12T02:28:29Z @github-actions closed this issue
i noticed that pressing enter does show the neo picker. maybe we could just convert space into enter in this case, but open for other solutions.