Skip to content

Commit

Permalink
ENG-72618: Added default role:'combobox' for Searchbox component (#923)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgarge-c-eightfold authored Dec 23, 2024
1 parent 6332a57 commit ffcef9d
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 ffcef9d

Please sign in to comment.