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