From ee71c966971aed058e2795a2a45fd6a4601ea766 Mon Sep 17 00:00:00 2001 From: Alan Date: Fri, 9 Jun 2023 15:03:35 +0800 Subject: [PATCH] fix docs on labelseperator --- Roo/form/Field.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Roo/form/Field.js b/Roo/form/Field.js index 8baa2c736b..939c04df2a 100644 --- a/Roo/form/Field.js +++ b/Roo/form/Field.js @@ -24,6 +24,9 @@ Roo.form.Field = function(config){ Roo.extend(Roo.form.Field, Roo.BoxComponent, { /** * @cfg {String} fieldLabel Label to use when rendering a form. + */ + /** + * @cfg {String} labelSeparator the ':' after a field label (default :) = set it to empty string to hide the field label. */ /** * @cfg {String} qtip Mouse over tip -- 2.39.2