Email text field to display error on lost focus

I added two onLostFocus events - one that shows it if the “@” or “.com” is missing, and another that hides it when they fix the error.

email_input.rp (58.5 KB)

You might already be aware that a true email validation requires different logic - but this shows you what you asked for :slight_smile: