Bartosz Sowa
Bartosz Sowa
I'm tried but it not works, because Expand function for retrieveMultiple contains only 2 parameters, but expand for retrieve (single) contains third parameter
> I have the folowing code: > > ``` > const bookableResourceBookingList = await XrmQuery.retrieveMultiple(x => x.bookableresourcebookings) > .expand(x => x.BookingStatus, x => [x.status]) > .select(x => [x.bookableresourcebookingid]) > .filter(x...
Is support for **ES6** planned in the future? I would like to use **async/await** feature and transpile to ES6 instead of **ES5**.
> Fixed in 5.5.1. Is it ES6 supported now?
> Did you ever figure anything more out on this? Yes, I tried for a couple of hours to setup webpack but without luck. I was able to bundle XrmQuery...
I have a similar issue. The refine function is triggered and resolved but error from formState.erros does not disappear -> if I call form.trigger() in every onChange field callback then...
@MusaGillani the interesting thing is that when you add rules={{ deps: ['field1', 'field2'] }} to FormField (which passthrough to Controller) it works as expected :D [https://stackblitz.com/edit/stackblitz-starters-8cqgsc](https://stackblitz.com/edit/stackblitz-starters-8cqgsc)
> > @MusaGillani the interesting thing is that when you add rules={{ deps: ['field1', 'field2'] }} to FormField (which passthrough to Controller) it works as expected :D > > https://stackblitz.com/edit/stackblitz-starters-8cqgsc...
> > > > @MusaGillani the interesting thing is that when you add rules={{ deps: ['field1', 'field2'] }} to FormField (which passthrough to Controller) it works as expected :D >...
I tried to wrap two panels on mobile devices but absolute positioning behave strange. Does anyone know how to adapt RangePicker for mobile device?