5 Replies
What are you meaning by detect tabs? Just referring to a page title?
I think you mean, openUrlInNewTab() on records?
nope is open a new tab to repeating create a default form
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
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