Skip to content

Commit

Permalink
fix aria-label warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lerte committed Dec 1, 2024
1 parent fc77d7e commit 990ae9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/actify/src/components/Autocomplete/Autocomplete.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,10 @@ const Autocomplete = <T extends object>(props: AutocompleteProps<T>) => {
>
<ListBox
state={state}
label={props.label}
listBoxRef={listBoxRef}
listBoxProps={listBoxProps}
aria-label={props['aria-label']}
/>
</Popover>
)}
Expand Down

0 comments on commit 990ae9d

Please sign in to comment.