IE COM - trouble with "ng-touched" input field

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Vh_
Posts: 203
Joined: 17 Mar 2017, 22:06

IE COM - trouble with "ng-touched" input field

23 Aug 2017, 08:53

Good morning,

I'm having trouble getting a field to recognize the value i'm setting. It's a user name input box on a web page.

I'm setting the value then clicking login, it says I must enter a username. So the text is not registering.

after a little searching it requires a "touched" event to accept value. Manually all i've found is that it requires a keystroke in order to register the set value. I've tried clicking, fire events, focusing, none of it works.

Here is the class name and outerHTML.

Code: Select all

Class name: "input-text--100 ng-touched ng-dirty ng-valid-parse ng-valid ng-valid-required


OuterHTML: <input name="userID" class="input-text--100 ng-pristine ng-invalid ng-invalid-required ng-touched" id="userInput" aria-invalid="true" aria-required="true" required="" type="text" size="24" ng-model="commonLogin.userID">

Does anyone know how to get past this?

Thank you!
Vh_
Posts: 203
Joined: 17 Mar 2017, 22:06

Re: IE COM - trouble with "ng-touched" input field

25 Aug 2017, 09:52

This is an angular event from what I can tell. Does anyone know more about this?

https://www.w3schools.com/angular/ng_input.asp

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Chunjee, Joey5 and 275 guests