mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
chore(docs): remove unused or deprecated info in autocomplete (#5581)
This commit is contained in:
parent
3e69d86016
commit
44350c68ba
@ -365,7 +365,6 @@ properties to customize the popover, listbox and input components.
|
||||
|
||||
- **base**: The main wrapper of the autocomplete. This wraps the input and popover components.
|
||||
- **listboxWrapper**: The wrapper of the listbox. This wraps the listbox component, this slot is used on top of the scroll shadow component.
|
||||
- **listbox**: The listbox component. This is the component that wraps the autocomplete items.
|
||||
- **popoverContent**: The popover content slot. Use this to modify the popover content styles.
|
||||
- **endContentWrapper**: The wrapper of the end content. This wraps the clear button and selector button.
|
||||
- **clearButton**: The clear button slot.
|
||||
@ -727,12 +726,6 @@ properties to customize the popover, listbox and input components.
|
||||
description: "Whether the clear button should be shown.",
|
||||
default: "true"
|
||||
},
|
||||
{
|
||||
attribute: "disableClearable",
|
||||
type: "boolean",
|
||||
description: "Whether the clear button should be hidden. (Deprecated) Use isClearable instead.",
|
||||
default: "false"
|
||||
},
|
||||
{
|
||||
attribute: "disableAnimation",
|
||||
type: "boolean",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user