Bloom
Autofocus after submitting form
I make a custom page and render filament form as below
And handle the form submission as below
When first loading the page the autofocus on Select works well but after submitting and handling with save how can i make select be autofocus again. Is there is a filament way of handling this.
6 replies
Resource not in sidebar
I have installed new filament application and Resources is not appearing in navigation menu. I have read from this trick https://v2.filamentphp.com/tricks/admin-panel-resource-not-in-sidebar but i don't have any policy on my app.
19 replies
Backgrounds plugin by SWIS
I try to use this plugin by SWIS https://filamentphp.com/plugins/swisnl-backgrounds#remember which is a background changer on auth page. I can see it on the local server but no image is shown on live shared hosting server
2 replies
Help on table eloquent relationship
I have Sale and Branch Model with one to Many relationship. I made custom page with query like
But unfortunately no result came. I tried debugging using debug bar but no query regarding this join is visible
2 replies
Custom Theme Error
What i did: I already create a project and on that i install custom theme according to the documentation https://filamentphp.com/docs/3.x/panels/themes
So i got the error :
[postcss] Cannot find module 'postcss-nesting'
Require stack:
- C:\Users\Cyber\code\baptistbookroom\node_modules\tailwindcss\lib\postcss-plugins\nesting\plugin.js
- C:\Users\Cyber\code\baptistbookroom\node_modules\tailwindcss\lib\postcss-plugins\nesting\index.js
- C:\Users\Cyber\code\baptistbookroom\node_modules\tailwindcss\nesting\index.js
- C:\Users\Cyber\code\baptistbookroom\postcss.config.js
I know its not entirely filament problem but if anyone can help me I would be really glad
2 replies