Mike Peters
Autopopulate SelectFilter by table values?
Hi all! Is it possible to add a SelectFilter without defining the options manually when you want a filter based on the unique values in the table?
Let's say you have a PostsTable where the category of the post is a string value in the posts table. Can you add a SelectFilter for this category column without defining the options and the the Table/Filter will find the unique options by itself?
11 replies
Custom theme & testing: Vite manifest not found
Hi all,
Quick question on using a custom theme and testing. When using a custom theme, locally through vite and compiled on production using vite build, this works fine!
However, when running the tests (locally or in the CI pipeline) neither is available of course, so I get Vite manifest not found at: ... .json. (Vite is not running and the assets are not built for production)
How do you guys deal with asset compiling and testing?
4 replies
requiresConfirmation doesn't seem to work on form submit action
hi all!
I'm adding a custom form on a custom page but can't seem to add requiresConfirmation() to the form submit.
The Form part:
The blade;
The action method;
- Why is the requiresConfirmation not firing?
- Do you see general improvements in this custom form approach?
Thanks!!
9 replies