angular-ui-form-validation
angular-ui-form-validation copied to clipboard
Copy Paste into Text field with validation is not consistent
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
Any updates on this?
I'm gonna work on doing this asap
Let me know any updates on this ? as i am planning to remove your validator from project
Hey @nelsonomuto any updates on above?, as i am also facing same issue