chore(docs): remove unused or deprecated info in autocomplete (#5581)

This commit is contained in:
WK 2025-08-06 21:01:22 +08:00 committed by GitHub
parent 3e69d86016
commit 44350c68ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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