diff --git a/src/components/dropdown/Dropdown.d.ts b/src/components/dropdown/Dropdown.d.ts index e99240d6d..026afc2c0 100755 --- a/src/components/dropdown/Dropdown.d.ts +++ b/src/components/dropdown/Dropdown.d.ts @@ -36,7 +36,7 @@ export interface DropdownFilterEvent { value: any; } -export interface DropdownProps { +export interface DropdownProps extends HTMLDivElement { /** * Value of the component. */ diff --git a/src/views/dropdown/DropdownDoc.vue b/src/views/dropdown/DropdownDoc.vue index 700815f27..d1b49250f 100755 --- a/src/views/dropdown/DropdownDoc.vue +++ b/src/views/dropdown/DropdownDoc.vue @@ -279,13 +279,13 @@ export default { panelProps object null - Uses to pass all properties of the HTMLDivElement to the overlay panel inside the component. + Uses to pass all properties of the HTMLDivElement to the overlay panel. filterInputProps object null - Uses to pass all properties of the HTMLInputElement to the filter input inside the component. + Uses to pass all properties of the HTMLInputElement to the filter input inside the overlay panel. clearIconProps