diff --git a/apps/docs/content/docs/components/autocomplete.mdx b/apps/docs/content/docs/components/autocomplete.mdx index 3856d28d4f..9bb459ab6f 100644 --- a/apps/docs/content/docs/components/autocomplete.mdx +++ b/apps/docs/content/docs/components/autocomplete.mdx @@ -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",