Have Nanoflow run when there are validation errors
2
Is there a way to allow a nanoflow to run when a button is clicked when there are validation errors within the form on the page? Currently there is a way to set “Abort on validation errors” to “No” for when a microflow is called but there doesn’t seem to be the same mechanism for nanoflows. We’re trying to have a button that calls a nanoflow to cancel out of form editing and are needing a nanoflow because we are trying to display interactive loading icons immediately upon the button being pressed but when having a validation error (for example using the file manager widget and choosing an incorrect file type) and the user clicks the button, nothing happens. Any help here would be appreciated!