Fix documented default for emptyMessage on several components

Fixed the documented default value for the "emptyMessage" property for the Dropdown, Listbox, MultiSelect and TreeSelect components. They were all incorrectly documented as having a default value of "No results found". I changed each one to "No available options".
pull/5850/head
Neil Padfield 2024-06-07 11:58:45 +01:00
parent 508428fdc7
commit ee79538fd8
1 changed files with 4 additions and 4 deletions

View File

@ -25101,7 +25101,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "string", "type": "string",
"default": "No results found", "default": "No available options",
"description": "Text to display when there are no options available. Defaults to value from PrimeVue locale configuration." "description": "Text to display when there are no options available. Defaults to value from PrimeVue locale configuration."
}, },
{ {
@ -34532,7 +34532,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "string", "type": "string",
"default": "No results found", "default": "No available options",
"description": "Text to display when there are no options available. Defaults to value from PrimeVue locale configuration." "description": "Text to display when there are no options available. Defaults to value from PrimeVue locale configuration."
}, },
{ {
@ -38729,7 +38729,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "string", "type": "string",
"default": "No results found'", "default": "No available options",
"description": "Text to display when there are no options available. Defaults to value from PrimeVue locale configuration." "description": "Text to display when there are no options available. Defaults to value from PrimeVue locale configuration."
}, },
{ {
@ -58396,7 +58396,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "string", "type": "string",
"default": "No results found", "default": "No available options",
"description": "Text to display when there are no options available. Defaults to value from PrimeVue locale configuration." "description": "Text to display when there are no options available. Defaults to value from PrimeVue locale configuration."
}, },
{ {