Skip to content

Commit

Permalink
remove "-input" from id on input
Browse files Browse the repository at this point in the history
  • Loading branch information
sgober authored Oct 26, 2023
1 parent f905c82 commit 922f2cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export const MuiAutocomplete = (
autoFocus={appliedUiSchemaOptions.focus}
disabled={!enabled}
{...params}
id={id + '-input'}
id={id}
required={
required && !appliedUiSchemaOptions.hideRequiredAsterisk
}
Expand Down

0 comments on commit 922f2cf

Please sign in to comment.