The official documentation says only:
The type of event, for example, click, blur, or click.
For iOS devices, touchstart is another event that works. Where can I get a complete list of all possible events? I like, for example, actually getting an event for an event <select> hasChanged(). Is it based on another library?
loomi source
share