@anaspm wrote:
I am using ember-cp-validations add-on to validate ember form I have created form using bootstrap modal dialog in a component. I used v-get helper to show the message <form> {{input value=model.username placeholder="Username"}} {{#if (v-get model 'username' 'isInvalid')}} <div class="error"> {{v-get model 'username' 'message'}} </div> {{/if}} <button type="submit" disabled={{v-get model 'isInvalid'}}>Submit</button> </form> is there anyything otherthan this to make the validations working?????
Posts: 3
Participants: 2