how to disable footer actions on a Modal?
I tried to disable the actions but when I click refresh while the modal is open it displayed like shown on the image
this is the Action code to trigger the Modal
and yes i enabled the ->unsavedChangesAlerts() in the provider.
5 Replies
I want this modal to act as a viewer instead of form.
Change Action to ViewAction?
it is still giving that popup
modalSubmitAction(false)->modalCancelAction(false)
?Sounds like it's because it's mounting it's creating a bit of a issue, If you want a true view, just build a custom view?
You could create a PR which check if view and therefore skips the navigate away warning. like data-attr-nav-warning="false"