Hello,
I have a number of TextInput controls that I'm using with Validators (phoneNumber, email, etc). It all works correctly, except that I want an ENTER (or RETURN) to bump the user out of the field (therefore triggering the validator). Any ideas how to do this? Will RESTRICT allow me to tell TextInput to treat ENTER and RETURN the same as TAB? TIA Steve

