xtform icon indicating copy to clipboard operation
xtform copied to clipboard

Problem with the validation

Open gerardp opened this issue 9 years ago • 0 comments

Hi I have a problem with the library (version 1.0.1) For example, in a input text field, when, at the first time i write a sentence and then i delete it, it shows correctly the error, but then i write again a sentence, delete it (shows the error), and i write again but now never hides the error

captura de pantalla 2015-10-29 a las 7 14 26

captura de pantalla 2015-10-29 a las 7 31 15

           <div class="col-md-3">
              <div class="form-group">
                <label once-text="'Name'|translate"></label><span class="red-dot"> *</span>
                <textarea msd-elastic name="nom" id="nom" class="form-control" style="height:34px;" ng-model="params.expExp.nom"
                          xt-validate container=".modal-body" msg-required="{{'This field is required'|translate}}" required>
                </textarea>
              </div>
            </div>


angularjs 1.3.18
bootstrap 3.2.0
angular ui 0.13.4

gerardp avatar Oct 29 '15 06:10 gerardp