Text box value not recognized and thrown validation error in Chrome browser
I have a text box on a web application (Angular 9 and Chrome browser) that I can enter text (using Text property) in to but still validation error says like "value is require" even if there is the text in that textbox.
Also made a try to use Events (onclick, onchange, onblur, onkeydown, onkeyup). But couldn't find the method. Please suggest suitable key event.
Thanks in Advance