hoplon

The :hoplon: ClojureScript Web Framework - http://hoplon.io/
Ahmed Hassan 2019-05-30T13:26:54.000100Z

2019-05-30T15:57:08.000800Z

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

Ahmed Hassan 2019-05-31T16:18:30.011300Z

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

Ahmed Hassan 2019-06-01T08:06:05.018100Z

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

👍 1
Ahmed Hassan 2019-05-30T17:48:54.000900Z

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

2019-05-30T17:55:56.001100Z

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