Skip to content

Commit

Permalink
Made fields searchable
Browse files Browse the repository at this point in the history
  • Loading branch information
Civolilah committed Oct 18, 2024
1 parent 9ec21b4 commit 961bb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/forms/SelectField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export function SelectField(props: SelectProps) {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
styles={customStyles}
isSearchable={false}
isSearchable
isClearable={dismissable}
data-cy={cypressRef}
/>
Expand Down

0 comments on commit 961bb88

Please sign in to comment.