Hello.
I am hoping for an improvement to the dialog component’s backdrop click handling. Currently, the event handler for backdrop clicks is only available when “Close On Click Outside” property is enabled. This presents a issue: the dialog automatically closes before the event handler can execute, thus it is not possible to implemented confirmation prompts or custom logic prior to closure. I need the ability to capture the backdrop click event independently of the “Close On Click Outside” property, allowing for the execution of custom logic before any potential closure.
Currently I have to disable “On Backdrop Clicked” or re-open the dialog, which is not ideal.