om

Please ask the channel first, not @dnolen directly!
levitanong 2017-09-21T08:53:32.000239Z

@wilkerlucio Also, just using :db/id is untenable for union queries. AFAIK union queries need the “dispatching” information in the first position of the ident.

wilkerlucio 2017-09-21T12:02:44.000343Z

good point

cycle337 2017-09-21T13:16:36.000598Z

hello guys

cycle337 2017-09-21T13:16:56.000300Z

I wanna use React-Select with om but I have no idea what to pass as a callback function

cycle337 2017-09-21T13:17:04.000436Z

can anyone help me ?

matthavener 2017-09-22T13:46:24.000654Z

imho, you shouldn’t really be using Select.Async with react-select in om.next.. you should use om.next’s state management to fetch your remote state

matthavener 2017-09-22T13:47:21.000016Z

if you do that, then you’re just passing the options in with the ‘options’ parameter

cycle337 2017-09-22T14:35:04.000151Z

yeah, i reasoned as much myself after trying for 2 h with no luck

cycle337 2017-09-22T14:35:19.000530Z

thanks

cycle337 2017-09-21T13:18:23.000301Z

right so I've included

cycle337 2017-09-21T13:18:40.000661Z

https://github.com/JedWatson/react-select

cycle337 2017-09-21T13:19:08.000626Z

and simple react form with options hardcoded into state work perfectly

cycle337 2017-09-21T13:19:35.000016Z

problem is when I want to Select.Async to get options from an api call