i'm using InlineCreate on a project that uses filters on the list view and some custom Js to hide/modify some form fields in the create/update form.
The problem is that using filters throws an error and displays the full page (not only the create form) and no js code from my custom js is loaded.
The filters are in the function setup. screenshot below:

but i'm using a single filter so the problem is with the filters in general.
I'm loading custom js in the Create Operation like this: Widget::add()->type('script')->content('assets/js/clients.js');
Hello @saycookie can you share details about problem to replicate it:
php artisan backpack:versionThanks