Fork me on GitHub
#reagent
<
2018-01-25
>
achikin16:01:18

I have an interesting issue.

achikin16:01:00

If you turn (set! warn-on-infer true) every with-let complains about that it can't infer type.

achikin16:01:42

Is that supposed to be so?

eveko23:01:01

how can I change atom to the value of a select list?

eveko23:01:17

:onChange #(reset! val (-> % .-target .-value))

eveko23:01:36

does not seem to work