Skip to content

Commit

Permalink
Merge branch 'main' into speshkar/ENG-120721/addRole-datepicker-span
Browse files Browse the repository at this point in the history
  • Loading branch information
speshkar-c-eightfold authored Dec 31, 2024
2 parents 649369a + ffcef9d commit 315c522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Inputs/SearchBox/SearchBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const SearchBox: FC<SearchBoxProps> = React.forwardRef(
readonly = false,
readOnlyProps,
reset = false,
role,
role = "combobox" ,
searchButtonAriaLabel,
shape = TextInputShape.Pill,
size = TextInputSize.Medium,
Expand Down

0 comments on commit 315c522

Please sign in to comment.