ZachSelindh

Results 14 comments of ZachSelindh

This would be useful for us as well: We use our own saved queries that also save the user's selected columns, including the order of those columns, along with the...

> Wait, there is something I don't understand. Adding the `` to a sidebar is totally opt-in. What is the problem. While @oguhpereira had referred specifically to the SaveQueriesList component,...

@djhi That's great news, that will be an important update.

@slax57 Thanks for looking into this! I left the defaultValues prop in place so I could observe how it related to/interacted with the append method. I'll try the useSimpleFormIterator hook,...

@slax57 Actually it appears that useSimpleFormIterator, since it has to be used inside the form iterator itself, doesn't allow for my use-case since it can only be called inside of...

@slax57 @fzaninotto Thank you, gentlemen! I'll share my current workaround for posterity; Since the values I'm hoping to add automatically to my line items form depend on input from the...

As an update to this issue: I'm using a custom toolbar that calls react-hook-form's trigger() method to get invalid inputs from the form. This method does not currently return an...

Also having this issue in one of my projects; would love to know if anyone knows of a workaround or if a fix has been implemented. I'm on version 3.11.3.

@fzaninotto Thanks for your attention. Unfortunately, after migrating to 3.17.0, I'm still seeing the issue. I've replicated it in this sandbox: https://codesandbox.io/s/setsortsetfilter-je2em?file=/src/postList.jsx Basically, if I use either of the action...

@fzaninotto Thank you for this suggestion! My form element that sets filters and sorts unmounts on load, so minimal risk to performance from un-debouncing setFilters. I've confirmed that in my...