Skip to content

Commit

Permalink
fix(a11y): annotationEdit combobox aria-label
Browse files Browse the repository at this point in the history
  • Loading branch information
panaC committed Oct 15, 2024
1 parent 938cb38 commit a613bc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/reader/components/AnnotationEdit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ export const AnnotationEdit: React.FC<IProps> = (props) => {
allowsCustomValue
onInputChange={(v) => setTag(v)}
inputValue={tag}
aria-label={__("catalog.tag")}
>
{item => <ComboBoxItem>{item.name}</ComboBoxItem>}
</ComboBox>
Expand Down

0 comments on commit a613bc6

Please sign in to comment.