#8134·grommet

TimeInput - name attribute accessibility violation WCAG 1.1.1 and 4.1.2

Author: jcfilbenCreated Sep 15, 2026Updated Sep 15, 2026

An input should have a name associated with it. Currently the name is getting put on the hidden input within TimeInput. It should instead be placed on the regular input so that it is available to screen reader users.

Related WCAG Rule https://www.w3.org/WAI/WCAG22/Understanding/non-text-content.html https://www.w3.org/WAI/WCAG22/Understanding/name-role-value.html