Skip to content

Commit

Permalink
fix(look&feel): select inputid for id (#770)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan VACHERAT <[email protected]>
  • Loading branch information
fffan64 and Jonathan VACHERAT authored Jan 20, 2025
1 parent 0d72e7f commit c94c39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/look-and-feel/react/src/Form/Select/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const Select = forwardRef<
</label>
)}
<ReactSelect
id={inputId}
inputId={inputId}
aria-errormessage={idError}
aria-invalid={Boolean(errorLabel)}
ariaLiveMessages={defaultAriaLiveMessages}
Expand Down

0 comments on commit c94c39f

Please sign in to comment.