hoplon 2019-05-30

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

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

👍 1

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

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

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