FormEvents:: | Description |
---|---|
blur | It will trigger blur event on the element.It removed focus from the element. |
focus | It will trigger focus event on the element. |
select | It will trigger select event on the element.In input field and textarea it will select the text inside |
clear | It will trigger clear event on the element.It clears field value. |
remove | It will remove element. |
submit | It will submit the form in which element is present. |
![FormEvents]({{’/assets/img/FormEvents.png’ | relative_url }}){:width=“100%”}