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