Skip to content

Problem with the validation #44

@gerardp

Description

@gerardp

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions