X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsrc%2FRoo_bootstrap_Input.js.html;fp=docs%2Fsrc%2FRoo_bootstrap_Input.js.html;h=645b683da8a184e6c8cc38767cf1b594fd76462c;hp=41314433512b1bc10681830aa410db5135ead8ff;hb=267f6bc0ecf0897515863c3c91a8eea23388e273;hpb=4806a3a6a72a6fc861a138965a6b1b5df60d0c87 diff --git a/docs/src/Roo_bootstrap_Input.js.html b/docs/src/Roo_bootstrap_Input.js.html index 4131443351..645b683da8 100644 --- a/docs/src/Roo_bootstrap_Input.js.html +++ b/docs/src/Roo_bootstrap_Input.js.html @@ -33,6 +33,7 @@ * @cfg {String} indicatorpos (left|right) default left * @cfg {String} capture (user|camera) use for file input only. (default empty) * @cfg {String} accept (image|video|audio) use for file input only. (default empty) + * @cfg {Boolean} preventMark Do not show tick or cross if error/success * @cfg {String} align (left|center|right) Default left * @cfg {Boolean} forceFeedback (true|false) Default false @@ -924,6 +925,7 @@ return; } + if(this.allowBlank && !this.getRawValue().length){ return; }