diff --git a/components/lib/dropdown/Dropdown.d.ts b/components/lib/dropdown/Dropdown.d.ts index bf77cd77f..07d6aee28 100755 --- a/components/lib/dropdown/Dropdown.d.ts +++ b/components/lib/dropdown/Dropdown.d.ts @@ -484,7 +484,7 @@ export interface DropdownProps { emptyFilterMessage?: string | undefined; /** * Text to display when there are no options available. Defaults to value from PrimeVue locale configuration. - * @defaultValue No results found + * @defaultValue No available options */ emptyMessage?: string | undefined; /** diff --git a/components/lib/listbox/Listbox.d.ts b/components/lib/listbox/Listbox.d.ts index 435f12694..8082a10f2 100755 --- a/components/lib/listbox/Listbox.d.ts +++ b/components/lib/listbox/Listbox.d.ts @@ -333,7 +333,7 @@ export interface ListboxProps { emptyFilterMessage?: string | undefined; /** * Text to display when there are no options available. Defaults to value from PrimeVue locale configuration. - * @defaultValue No results found + * @defaultValue No available options */ emptyMessage?: string | undefined; /** diff --git a/components/lib/multiselect/MultiSelect.d.ts b/components/lib/multiselect/MultiSelect.d.ts index 109c99ec4..f683f444c 100755 --- a/components/lib/multiselect/MultiSelect.d.ts +++ b/components/lib/multiselect/MultiSelect.d.ts @@ -520,7 +520,7 @@ export interface MultiSelectProps { emptyFilterMessage?: string | undefined; /** * Text to display when there are no options available. Defaults to value from PrimeVue locale configuration. - * @defaultValue No results found' + * @defaultValue No available options */ emptyMessage?: string | undefined; /** diff --git a/components/lib/treeselect/TreeSelect.d.ts b/components/lib/treeselect/TreeSelect.d.ts index f0456c019..636cf46c0 100644 --- a/components/lib/treeselect/TreeSelect.d.ts +++ b/components/lib/treeselect/TreeSelect.d.ts @@ -213,7 +213,7 @@ export interface TreeSelectProps { appendTo?: HintedString<'body' | 'self'> | undefined | HTMLElement; /** * Text to display when there are no options available. Defaults to value from PrimeVue locale configuration. - * @defaultValue No results found + * @defaultValue No available options */ emptyMessage?: string | undefined; /**