Skip to content

Commit

Permalink
Fix aria label on CreateableSelect (#1246)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleshike authored May 30, 2024
1 parent 8e95ef2 commit b576645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Select/CreatableSelect.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const CreatableSelect = ({
}) => (
<Creatable
{...props}
ariaLabel={ariaLabel}
aria-label={ariaLabel}
ariaLabelledBy={ariaLabelledBy}
className={`${className || ''} CreatableSelect`}
classNamePrefix="Select"
Expand Down

0 comments on commit b576645

Please sign in to comment.