chore: bump to v7
This commit is contained in:
parent
7fbd51cb7e
commit
2fb100d99c
16 changed files with 1579 additions and 1305 deletions
|
|
@ -80,7 +80,6 @@ const Autocomplete = ({
|
|||
openOnFocus
|
||||
autoHighlight
|
||||
disableClearable
|
||||
ChipProps={{ onDelete: null }}
|
||||
clearOnEscape
|
||||
isOptionEqualToValue={R.eqProps(valueProp)}
|
||||
{...props}
|
||||
|
|
@ -122,8 +121,10 @@ const Autocomplete = ({
|
|||
</li>
|
||||
)
|
||||
}}
|
||||
/>
|
||||
)
|
||||
slotProps={{
|
||||
chip: { onDelete: null }
|
||||
}} />
|
||||
);
|
||||
}
|
||||
|
||||
export default Autocomplete
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue