From 5bf463fc6f0a3db55da907617e7b9d26379a7f0d Mon Sep 17 00:00:00 2001 From: Alan Date: Fri, 23 Sep 2022 10:30:31 +0800 Subject: [PATCH 1/1] show default --- Roo/form/BasicForm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/form/BasicForm.js b/Roo/form/BasicForm.js index 45f315f58b..67472d0d1a 100644 --- a/Roo/form/BasicForm.js +++ b/Roo/form/BasicForm.js @@ -546,7 +546,7 @@ clientValidation Boolean Applies to submit only. Pass true to call fo /** * Returns the fields in this form as an object with key/value pairs. If multiple fields exist with the same name * they are returned as an array. - * @param {Boolean} asString + * @param {Boolean} asString (default false) * @return {Object} */ getValues : function(asString) -- 2.39.2