chore: bump to v7

This commit is contained in:
Rafael Taranto 2025-05-12 08:27:42 +01:00
parent 7fbd51cb7e
commit 2fb100d99c
16 changed files with 1579 additions and 1305 deletions

View file

@ -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