Skip to main content Skip to docs navigation
Check
View on GitHub

Form Events

Perform form specific events on input field and button of form.

On this page
FormEvents::Description
FormEvents::blurIt will trigger blur event on the element.
It removed focus from the element.
FormEvents::clickIt will click the form element.
FormEvents::focusIt will trigger focus event on the element.
FormEvents::selectIt will trigger select event on the element.
In input field and textarea it will select the text inside
FormEvents::submitIt will submit the form in which element is present.
FormEvents::clearIt will trigger clear event on the element.
It clears field value.
FormEvents::removeIt will remove element.