Currently show a modal with some default text + a configurable body. This is not sufficient when we need to interact with a backend to populate the modal with additional information. These changes provide a hook from the application into this modal to allow more application level control over the inputs and handling of the modal.
What
Handle custom confirm modal interactions.
Why
Screendoor requirement.
Context
Currently show a modal with some default text + a configurable body. This is not sufficient when we need to interact with a backend to populate the modal with additional information. These changes provide a hook from the application into this modal to allow more application level control over the inputs and handling of the modal.