Hi,
I'm start using this nice control but I can't figure out how make a bidirectional binding between my model an the widget.
My model has a ObjectProperty<Date> property but in the DatePicker there is a ObjectProperty<LocalDate>
There is a way to make the binding work?
Thanks