From 974cf12289ed328a7978cc6bb20a5cdacc1c7088 Mon Sep 17 00:00:00 2001 From: john Date: Thu, 18 Oct 2018 12:36:28 +0800 Subject: [PATCH] Roo/bootstrap/MoneyField.js --- Roo/bootstrap/MoneyField.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Roo/bootstrap/MoneyField.js b/Roo/bootstrap/MoneyField.js index b2cc55e254..d777f720e0 100644 --- a/Roo/bootstrap/MoneyField.js +++ b/Roo/bootstrap/MoneyField.js @@ -71,10 +71,11 @@ Roo.extend(Roo.bootstrap.MoneyField, Roo.bootstrap.ComboBox, { * @cfg {String} thousandsDelimiter Symbol of thousandsDelimiter */ thousandsDelimiter : false, - + /** + * @cfg {Number} max_length Maximum input field length allowed (defaults to Number.MAX_VALUE) + */ max_length: false, - inputlg : 9, inputmd : 9, inputsm : 9, -- 2.39.2