Skip to content

Commit

Permalink
🐛 Consistent search input ID for QE (#1543)
Browse files Browse the repository at this point in the history
- Requested by QE

Signed-off-by: ibolton336 <[email protected]>
  • Loading branch information
ibolton336 authored Nov 15, 2023
1 parent d142fdd commit f112198
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const SearchFilterControl = <TItem, TFilterCategoryKey extends string>({
<InputGroup>
<TextInput
name={id}
id={id}
id="search-input"
type={isNumeric ? "number" : "search"}
onChange={(_, value) => setInputValue(value)}
aria-label={`${category.title} filter`}
Expand Down

0 comments on commit f112198

Please sign in to comment.