Question
2
Replies
33
Views
Infosys
Posted: February 26, 2019
Last activity: February 27, 2019
Closed
Textbox text not considered
We have textbox to accept phone no in the format of xxx-xxx-xxxx (default text in the textbox). when we enter the value (123-456-7890) through BOT and it is displaying error. Manually if the same entered then is working.
Tried below options
focus+text
onchange+focus+text
Send keys option is not available on this control.
Let us know the best solution.
Hi,
After entering the text use raise event for the control. For ex: OnKey Presss
You can fid raise event in control methods list
Regards,
Manas