F
Filament7mo ago
dyo

How to custom footer button in modalContent?

Please can anyone help me, I want the 'kirim' button in footer modal to be 'salin' button, which is to copy the content in textarea to clipboard..
No description
2 Replies
LeandroFerreira
LeandroFerreira7mo ago
->modalSubmitActionLabel('salin')
->action(function () {
//do something..
})
->modalSubmitActionLabel('salin')
->action(function () {
//do something..
})
?
dyo
dyo7mo ago
thanks for your response.. i've just figured out using modalActions..