fix: general screen fixes
This commit is contained in:
parent
ea53d782ad
commit
b07c0e180a
10 changed files with 32 additions and 226 deletions
|
|
@ -29,7 +29,7 @@ const AutocompleteFormik = ({ options, ...props }) => {
|
|||
error={error}
|
||||
open={open}
|
||||
options={innerOptions}
|
||||
onOpen={() => setOpen(value.length !== props.limit)}
|
||||
onOpen={() => setOpen(value?.length !== props?.limit)}
|
||||
onClose={() => setOpen(false)}
|
||||
{...props}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue