What is the role of (on Blur ) type of event in vFlow and on which component or element it is used ?
On Blur Event is performed when the user leaves the scope of an element.
For Instance, when the cursor is in an Input field and the user leaves the scope of that particular Input field and clicks anywhere out of the field then the On Blur event is triggered.
Some Form-Fieldset elements that support On Blur event are mentioned below
- Input
- Number
- Password
- Textarea
- Select
- Time
- Masking
21 Likes