on-input added, on-create/setup before other events

This commit is contained in:
David Botton 2022-07-17 16:11:24 -04:00
parent 6bf8860b94
commit f9143f9111
6 changed files with 54 additions and 47 deletions

View file

@ -137,6 +137,7 @@ embedded in a native template application.)"
(set-on-focus generic-function)
(set-on-blur generic-function)
(set-on-change generic-function)
(set-on-input generic-function)
(set-on-drag-start generic-function)
(set-on-drag generic-function)
(set-on-drag-end generic-function)