updated to pass the id of the widget to the events, previously the event handlers had follwing signature:
(fn [path value document] ...)
new API accepts an additional argument containing the id specified using the :id key on the form element:
(fn [id path value document] ...)
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |