lepoco / wpfui

WPF UI provides the Fluent experience in your known and loved WPF framework. Intuitive design, themes, navigation and new immersive controls. All natively and effortlessly.
https://wpfui.lepo.co
MIT License
7.47k stars 725 forks source link

fix: PlaceholderText may not display promptly under certain circumstances #1115

Closed textGamex closed 3 months ago

textGamex commented 3 months ago

Pull request type

Please check the type of change your PR introduces:

What is the current behavior?

When we set PlaceholderEnabled from false to true, if the Text is empty, the PlaceholderText will not display immediately; it will only appear after the OnTextChanged method is triggered.

Issue Number: N/A

What is the new behavior?

Other information