Fork me on GitHub
#hoplon
<
2019-05-30
>
alandipert15:05:08

@ahmed1hsn i would try to figure out the type of the event in google closure, then extend IDeref to it

Ahmed Hassan17:05:54

@U04VC31U8 Thanks, without it the code which uses @% doesn't work.

alandipert17:05:56

So wherever in your code % is, log to console so you can inspect it's type

Ahmed Hassan16:05:30

Thanks. It's in function of :change attribute of hoplon/select tag.

Ahmed Hassan08:06:05

`(defn event-target-node-val [evt] (-> evt .-target .-value))` This is how I resolved the issue.

👍 4