new modal [WIP]
This commit is contained in:
@@ -44,7 +44,7 @@ export default function CollectionSelection({ onChange, defaultValue }: Props) {
|
||||
|
||||
return (
|
||||
<Select
|
||||
isClearable
|
||||
isClearable={false}
|
||||
className="react-select-container"
|
||||
classNamePrefix="react-select"
|
||||
onChange={onChange}
|
||||
|
||||
@@ -27,7 +27,7 @@ export default function TagSelection({ onChange, defaultValue }: Props) {
|
||||
|
||||
return (
|
||||
<CreatableSelect
|
||||
isClearable
|
||||
isClearable={false}
|
||||
className="react-select-container"
|
||||
classNamePrefix="react-select"
|
||||
onChange={onChange}
|
||||
|
||||
@@ -65,4 +65,5 @@ export const styles: StylesConfig = {
|
||||
backgroundColor: "#38bdf8",
|
||||
},
|
||||
}),
|
||||
menuPortal: (base) => ({ ...base, zIndex: 9999 }),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user