diff --git a/src/components/listbox/Listbox.vue b/src/components/listbox/Listbox.vue index 0b6beb301..d4ca84eca 100755 --- a/src/components/listbox/Listbox.vue +++ b/src/components/listbox/Listbox.vue @@ -11,9 +11,9 @@
Label of an option is used as the display text of an item by default, for custom content support define an option template that gets the option instance as a parameter. When grouping is enabled, use optiongroup to customize the group content. +
Label of an option is used as the display text of an item by default, for custom content support define an option template that gets the option instance as a parameter. In addition optiongroup, header, footer, emptyfilter and empty slots are provided for further customization.
<Listbox v-model="selectedCars" :options="cars" :multiple="true" :filter="true" optionLabel="brand" listStyle="max-height:250px" style="width:15em">