HandyOrg / HandyControl

Contains some simple and commonly used WPF controls
https://handyorg.github.io/
MIT License
6.18k stars 1.04k forks source link

DateTimePicker无法不显示初始值 #1535

Closed Yellow-JIA closed 9 months ago

Yellow-JIA commented 9 months ago

Describe the bug

需要显示Placeholder的提示信息,但初始化总是有值,设置初始值为null也无效 SetCurrentValue(SelectedDateTimeProperty, null); SetCurrentValue(TextProperty, "");

Steps to reproduce the bug

rt

Expected behavior

No response

Screenshots

No response

NuGet package version

None

IDE

No response

Framework type

No response

Windows version

No response

Additional context

No response