View on GitHub
Form Events
Perform form specific events on input field and button of form.
On this page

FormEvents:: | Description |
---|---|
FormEvents::blur | It will trigger blur event on the element. It removed focus from the element. |
FormEvents::click | It will click the form element. |
FormEvents::focus | It will trigger focus event on the element. |
FormEvents::select | It will trigger select event on the element. In input field and textarea it will select the text inside |
FormEvents::submit | It will submit the form in which element is present. |
FormEvents::clear | It will trigger clear event on the element. It clears field value. |
FormEvents::remove | It will remove element. |