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 |