Fork me on GitHub
#om
<
2016-10-01
>
grzm17:10:32

Came across something interesting today. Not sure if it's Om or React. I have a om.dom/input element with an onBlur callback. If I specify the the :type attribute to be "number" (`#js {:type "number"}`, I get the HTML5 niceties associated with the type and the callback gets called. However, the onBlur does not trigger a rerender. If I remove the :type attribute, it rerenders fine. Actually, it might be a Bootstrap thing too, now that I think of it. Thank you, rubber ducky! One more thing to look into.

grzm17:10:44

Ignore me.

dzannotti23:10:11

Hey, so i was wondering, what's the suggested/best way for derived data in om-next? Atm i'm using custom keys matcher in the parser (since it's not data that belongs in state but i'm not sure if it's the best way?