inputText once reaching maxlength

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 :frowning:

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.