5 Replies
->requiresConfirmation()
got an error after adding the method
Because TextInputColiumn doesn't allow confirmations. it's too much html per column
Would be a nice feature. Cant you acomplish this with updateStateUsing and calling an action?
Not really, since that action would require you process it later on. TextColumns update on type / out of focus and updateStateUsing would then need to trigger a confirmation modal.
I would say maybe to re-work, remove live and then have a button to save changes which triggers a native livewire confirmation for performance and simplicity.