Luke Simonetti

Results 2 comments of Luke Simonetti

I have the same issue. keepDirtyOnReinitialize isn't working. I've created a codesandbox to demo the problem. [FieldArray Bug Demo](https://codesandbox.io/s/n0rok7zjnj) Seems like a state change -> rerender is whats clearing the...

Currently having this problem. `$pagination = $paginator->paginate($query->getResult(), $request->query->getInt(‘page’, 1), 50);` The above code works ^ If I pass it _just_ the `$query` then the SlidingPagination objects comes back with zero...