From 9155e9e0c71dbb7089e739c4edc6aebca5f19bab Mon Sep 17 00:00:00 2001 From: mertsincan Date: Fri, 29 Jul 2022 05:10:44 +0100 Subject: [PATCH] Refactor on Dropdown doc and ts files --- src/components/dropdown/Dropdown.d.ts | 2 +- src/views/dropdown/DropdownDoc.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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