Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions apps/docs/content/docs/components/autocomplete.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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",
Expand Down