Hi All,
How I can disappear keyboard directly after enter 4 digit exactly ?
I can limit 4 digit input & go to another page after input 4 digit But keyboard still appear on new page
Regards,
Hi All,
How I can disappear keyboard directly after enter 4 digit exactly ?
I can limit 4 digit input & go to another page after input 4 digit But keyboard still appear on new page
Regards,
Use a roundabout via JS to raise a UserEvent
when the content reaches the necessary length, and then put a ReleaseFocus
in that OnUserEvent
.