Delete confirmation repeater
Hello, everyone. Is there a way to add a delete confirmation when the user wants to delete a repeater item?
Solution:Jump to solution
Oh, I found this action deleteAction(
fn (Action $action) => $action->requiresConfirmation(),
)...
1 Reply
Solution
Oh, I found this action deleteAction(
fn (Action $action) => $action->requiresConfirmation(),
)