From ee79538fd8da0e9210fcc99fcdeb65a4133b63c2 Mon Sep 17 00:00:00 2001 From: Neil Padfield Date: Fri, 7 Jun 2024 11:58:45 +0100 Subject: [PATCH] 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". --- doc/common/apidoc/index.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 067441119..4444deb5b 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -25101,7 +25101,7 @@ "optional": true, "readonly": false, "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." }, { @@ -34532,7 +34532,7 @@ "optional": true, "readonly": false, "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." }, { @@ -38729,7 +38729,7 @@ "optional": true, "readonly": false, "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." }, { @@ -58396,7 +58396,7 @@ "optional": true, "readonly": false, "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." }, {