enable search in select and adding border bottom color (#8988)
* searchable select * divider color subtlepull/8980/head^2
parent
41f1920a7a
commit
c7c75ff4d3
|
@ -36,7 +36,7 @@ export const CheckedTeamSelect = ({
|
|||
}}
|
||||
name={props.name}
|
||||
placeholder={props.placeholder || t("select")}
|
||||
isSearchable={false}
|
||||
isSearchable={true}
|
||||
options={options}
|
||||
value={value}
|
||||
isMulti
|
||||
|
|
Loading…
Reference in New Issue