Merge pull request #5850 from neilpadfield/fix/api-docs-patch-1

Fix documented default for emptyMessage on several components
This commit is contained in:
Tuğçe Küçükoğlu 2024-06-10 11:50:39 +03:00 committed by GitHub
commit 4ad8cd7406
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -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;
/**