Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Datepicker default binding mode is not TwoWay #3407

Closed
georgiuk opened this issue Jan 6, 2020 · 0 comments · Fixed by #6022
Closed

Datepicker default binding mode is not TwoWay #3407

georgiuk opened this issue Jan 6, 2020 · 0 comments · Fixed by #6022

Comments

@georgiuk
Copy link

georgiuk commented Jan 6, 2020

I think it should be TwoWay as it is mainly an editing control.

LBognanni added a commit to LBognanni/Avalonia-7guis that referenced this issue Nov 14, 2020
Main hurdles:
 - Binding an enum to the combobox, I went with an ugly keyvaluepair plus keyvaluepair list, wish I could just bind the enum!
 - Many properties are depending on each other. I chose the easy way out with the OnAllPropertiesChanged method
 - The DatePicker control is not TwoWay by default 🤦 AvaloniaUI/Avalonia#3407
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants