AvaloniaUtils / DialogHost.Avalonia

AvaloniaUI control that provides a simple way to display a dialog with information or prompt the user when information is needed
MIT License
253 stars 16 forks source link

IsOpen property won't change when use CloseDialogCommand and CloseOnClickAway to close dialog #10

Closed SinoAHpx closed 2 years ago

SinoAHpx commented 2 years ago

Actually it's default binding mode is not TwoWay

SKProCH commented 2 years ago

Hello, @SinoAHpx

This gif recorded on the latest commit of main branch. Firstly i demonstrate closing with CloseOnClickAway, in secondly i demonstrate closing via button, that executes CloseDialogCommand. dafa2b20-7dbf-4343-bef4-d1f6dc57ef39

Please provide relevant repro info and then feel free to reopen issue.