Monday 19 October 2020

Angular js powered website how can we trigger in android

There is an angular website , I want to pre populate form text fields, I am writing javaScript script and executing it works but text field shows error. Example snippet. How to achieve this without error

document.getElementById('mat-input-0').value = 'qwerty@gmail.com'

I think validation errors but how to avoid this error



from Angular js powered website how can we trigger in android

No comments:

Post a Comment