(def
synthetic-input-spec
{:display-name "ReagentSyntheticInput",
:component-did-update input-component-set-value,
:component-will-unmount input-unmount,
:reagent-render
(fn
[on-update on-change argv comp jsprops first-child]
(let
[this comp/*current-component*]
(input-render-setup
this
jsprops
{:synthetic-on-update on-update, :synthetic-on-change on-change})
(make-element argv comp jsprops first-child)))})