Skip to content

Commit

Permalink
Merge pull request #28 from kacperkosinski/fix-autocomplete-testid
Browse files Browse the repository at this point in the history
pass missing testid
  • Loading branch information
kacperkosinski committed Mar 21, 2022
2 parents fd0652b + 853bdbc commit 650faa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Select.tsx
Expand Up @@ -31,6 +31,7 @@ const Select = ({
multiple={multiple}
options={options}
disableClearable
data-testid={testid}
{...(props as MultipleSelectProps)}
/>
);
Expand Down

0 comments on commit 650faa5

Please sign in to comment.