Fork me on GitHub
#fulcro
<
2019-09-07
>
tony.kay00:09:37

@boccato not sure what you mean. I use it on several projects and it works fine. You events are just react synthetic events like everything else

tony.kay00:09:06

which are js objects…just like all the other react inputs

tony.kay00:09:43

so use js interop…like (.preventDefault evt) and (.. evt -target -value)…this is not a Fulcro or sui wrapper issue…it is normal interop.

hoynk00:09:55

That is what I am doing. I think I confused things, it was just that fulcro’s target-value was not working. But that is because the value actually comes in a second parameter on the onChange of Dropdown.

pvillegas1214:09:55

Can I get the entire fulcro state-map from a component instance?

daniel.spaniel18:09:00

How is this function called for fulcro 2 @U04V5HFPU?

mss19:09:44

don’t remember offhand and don’t have a project w f2 spun up atm

mss19:09:04

from within the component

mss19:09:22

the app state should be a keyword under the reconciler returned by that