From 63b1d9566760681fa7748523839b0b6eb4e04b4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Thu, 19 Aug 2021 11:21:39 +0300 Subject: [PATCH] Refactor #1451 - Multiselect Doc --- src/views/multiselect/MultiSelectDoc.vue | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/views/multiselect/MultiSelectDoc.vue b/src/views/multiselect/MultiSelectDoc.vue index ece15e3ea..adf880deb 100755 --- a/src/views/multiselect/MultiSelectDoc.vue +++ b/src/views/multiselect/MultiSelectDoc.vue @@ -454,6 +454,17 @@ export default { chip value: A value in the selection + + + content + items: An array of objects to display for virtualscroller
+ styleClass: Style class of the component
+ contentRef: Referance of the content
+ getItemOptions: Options of the items + + + loader + options: Options of the loader items for virtualscroller