Is Filament able to work out add new tab like chrome

No description
5 Replies
Jamie Cee
Jamie Cee2w ago
What are you meaning by detect tabs? Just referring to a page title?
toeknee
toeknee2w ago
I think you mean, openUrlInNewTab() on records?
David Chong 1228
David Chong 1228OP2w ago
nope is open a new tab to repeating create a default form
David Chong 1228
David Chong 1228OP2w ago
when i click the + button it need to create a default form for me to add first user detail , if i click + again same form with label will come out and let me keyin second user detail
No description
Mohamed Ayaou
Mohamed Ayaou2w ago
this is not filament specific behavior, but you can achieve it with some custom JS on the targeted create button If you want to auto fill some fields on open you may just add the data in a query string, but a slight livewire customization will be needed too

Did you find this page helpful?