Difference between on text change , on completion , on click , on text remove , on text change v2 , on focus.
5 Likes
Basically these are the events which will work on any element for ex: on on completion is used when you have set any length any you achieved that then on completion of that length you can perform n number of tasks.
3 Likes
what is the use of on-focus event and why do we use it?
4 Likes
This event is fired when an element is selected, it doesn’t need to be clicked.
3 Likes
It basically works for Text field kind of element where focus is triggered.
3 Likes