enable search in select and adding border bottom color (#8988)

* searchable select

* divider color subtle
pull/8980/head^2
Sanu Dutta 2023-05-20 01:13:01 +05:30 committed by GitHub
parent 41f1920a7a
commit c7c75ff4d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ export const CheckedTeamSelect = ({
}}
name={props.name}
placeholder={props.placeholder || t("select")}
isSearchable={false}
isSearchable={true}
options={options}
value={value}
isMulti