F
Filament16mo 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
LeandroFerreira16mo ago
->modalSubmitActionLabel('salin')
->action(function () {
//do something..
})
->modalSubmitActionLabel('salin')
->action(function () {
//do something..
})
?
dyo
dyoOP16mo ago
thanks for your response.. i've just figured out using modalActions..

Did you find this page helpful?