You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed #137 - radio-button:on-change handler doesn't receive value argument.
The :on-change event was being passed a boolean value (just like checkbox) instead of the value passed in the :value arg.
Change made in this commit. Note that all occurrences of radio-button in the demo have been updated to use the passed value to demonstrate the correct way of using it.
Changes
Merged #139 - Add unit tests for some box and validate functions.
Replaced deprecated cemerick.cljs.test with cljs.test.
Bumped clojurescript to "1.9.456", core.async to "0.2.395", figwheel-sidecar to "0.5.9", figwheel to "0.5.9", devtools to "0.9.0", lein-cljsbuild to "1.1.5".