Skip to main content
Check

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

![FormEvents]({{’/assets/img/FormEvents.png’ | relative_url }}){:width=“100%”}