From 94bd3ef462333d72cf47a49ff2ba7d3c2d7d065f Mon Sep 17 00:00:00 2001 From: mertsincan Date: Wed, 2 Aug 2023 15:01:41 +0300 Subject: [PATCH] Refactor #4231 - For MultiSelect --- components/lib/multiselect/MultiSelect.d.ts | 4 ++++ components/lib/multiselect/MultiSelect.vue | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/components/lib/multiselect/MultiSelect.d.ts b/components/lib/multiselect/MultiSelect.d.ts index 3ddd24c1d8..0c8f977e7e 100755 --- a/components/lib/multiselect/MultiSelect.d.ts +++ b/components/lib/multiselect/MultiSelect.d.ts @@ -216,6 +216,10 @@ export interface MultiSelectPassThroughOptions { * @see {@link BaseComponent.ComponentHooks} */ hooks?: ComponentHooks; + /** + * Used to control Vue Transition API. + */ + transition?: any; } /** diff --git a/components/lib/multiselect/MultiSelect.vue b/components/lib/multiselect/MultiSelect.vue index e8976e187c..f4c61f9ec1 100755 --- a/components/lib/multiselect/MultiSelect.vue +++ b/components/lib/multiselect/MultiSelect.vue @@ -53,7 +53,7 @@ - +