edongashi / WpfMaterialForms

Dynamically generated forms and dialogs in WPF
MIT License
51 stars 14 forks source link

Default Update trigger for Password fields #6

Closed aalex675 closed 7 years ago

aalex675 commented 7 years ago

I have a dialog that shows a username and password when I type the username Password the form is submitted with a blank password. This is caused by the default password binding being LostFocus. I think this should be changed to PropertyChanged like the TextBoxes.

edongashi commented 7 years ago

Changed it. Do you need a NuGet update or are you building from source?

aalex675 commented 7 years ago

Could you update nuget?

aalex675 commented 7 years ago

And thanks for changing it so quickly!

edongashi commented 7 years ago

I will once I finish work in ~2 hours. Lost touch with this old hardcoded mess.. I'm reworking it completely!

edongashi commented 7 years ago

I published 1.1.2 in NuGet. See if your issue has been resolved.

aalex675 commented 7 years ago

Thanks, it is resolved. If you have a newer version that you are working on, I would be glad to lend a hand.

edongashi commented 7 years ago

See the development branch, I pushed more demos. Ideas are appreciated!