Delete confirmation repeater

Hello, everyone. Is there a way to add a delete confirmation when the user wants to delete a repeater item?
Solution
Oh, I found this action deleteAction(
fn (Action $action) => $action->requiresConfirmation(),
)
Was this page helpful?