Fork me on GitHub
#hoplon
<
2017-06-27
>
flyboarder00:06:30

Not yet on clojars… but the documentation site is live… and incomplete 😛

thedavidmeister03:06:45

@flyboarder nice, i've got something similar slowly accruing components at https://github.com/thedavidmeister/wheel

thedavidmeister03:06:13

although mine is less of a "framework"

dm307:06:25

@thedavidmeister btw you don’t have to do https://github.com/thedavidmeister/wheel/blob/master/src/wheel/abn/core.cljc#L5 in recent Clojurescript, just do (:require [clojure.test :refer [deftest testing is]]) and it will figure it out by itself

thedavidmeister07:06:00

because i copy and paste that ugly thing a lot!

dm307:06:57

if you’re using cljs.test/async you can try https://github.com/dm3/asynctest for cljc compatibility

thedavidmeister14:06:01

@dm3 i appreciate the feedback, makes me motivated to put more stuff into it

thedavidmeister14:06:23

just working on stripping out the jquery atm

flyboarder17:06:46

@thedavidmeister while unfortunate, I think this is the correct behaviour of goog.dom.forms, inputs will always have a type.

flyboarder17:06:18

meter and progress are not form elements, ie. not inputs

flyboarder17:06:05

we should check the type and catch those elements