Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with the validation #44

Open
gerardp opened this issue Oct 29, 2015 · 0 comments
Open

Problem with the validation #44

gerardp opened this issue Oct 29, 2015 · 0 comments

Comments

@gerardp
Copy link

gerardp commented Oct 29, 2015

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant