You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But i am having a weird issue. I have a form which has bunch of text fields with a 'validation-field-required="true". When i manually enter text into the fields, it does validate fine, but when i copy paste the text into the fields, then the ng-model doesnt have the data in it. I happens when is there is no focus on the text field.
After spending some time, i realized that internally it is invoking "isCurrentlyDisplayingAnErrorMessageInATemplate" function, where i can see the value of the field initially, but later i don't see the value.
This i see happen in all scnerios.
By the way can you also include the unminified version angular-ui-form-validation.js
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
First of all thanks for the great directive.
But i am having a weird issue. I have a form which has bunch of text fields with a 'validation-field-required="true". When i manually enter text into the fields, it does validate fine, but when i copy paste the text into the fields, then the ng-model doesnt have the data in it. I happens when is there is no focus on the text field.
After spending some time, i realized that internally it is invoking "isCurrentlyDisplayingAnErrorMessageInATemplate" function, where i can see the value of the field initially, but later i don't see the value.
This i see happen in all scnerios.
By the way can you also include the unminified version angular-ui-form-validation.js
Thanks
The text was updated successfully, but these errors were encountered: