Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    How can I Trigger validation after focuslost event

    How can I trigger field validation when the cursor looses focus from the field

    forcus changed event is there but how can i find its a focus lost or a focus gain event

    #2
    You can trigger this on change (which includes exiting the field) via formItem.validateOnChange.

    Comment

    Working...
    X