Closed HansRom closed 3 years ago
Ditto suffering from something similar. Fairly standard TimePicker within a dialog null's the value it's bound to when displaying. Sets the value correctly though.
<materialDesign:TimePicker Width="100" Margin="5 0" materialDesign:HintAssist.Hint="Time" SelectedTime="{Binding ParameterValue, UpdateSourceTrigger=PropertyChanged, Mode=TwoWay}"/>
* NuGet package version 2.0.0.638 I've actually got the same issue outside of a dialog popup (but within a DialogHost if that makes any odds)
This appears to be fixed in the 4.2.1 release
We are trying to use a timepicker in a dialogbox (The same as in sample 3 from your demo), but when we open the Timepicker the time is always empty. We found out that in the code:
_textBox is always "Nothing". When we use exactly the same code without the: "DialogHost.Show", the time is correctly filled in. And _textBox is not nothing but contains the correct time. How can we fix this?