mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-14 18:40:51 +02:00
minor screen reader improvements
This commit is contained in:
@@ -13,7 +13,7 @@ export function input(props) {
|
||||
{ className: "field" },
|
||||
t.label(
|
||||
{ htmlFor: uniqueId },
|
||||
t.i({ className: app.fieldTypes.date.icon }),
|
||||
t.i({ className: app.fieldTypes.date.icon, ariaHidden: true }),
|
||||
t.span({ className: "txt" }, () => props.field.name),
|
||||
),
|
||||
t.input({
|
||||
|
||||
Reference in New Issue
Block a user