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.74k stars 756 forks source link

AutoSuggestBox is not able to set Text property. #1283

Open khimoc97 opened 4 days ago

khimoc97 commented 4 days ago

Describe the bug

When binding Text property of AutoSuggestBox, the element didn't show the value of the binding property. Even when testing with direct string.

To Reproduce

Just add a AutoSuggestBox and set the Text property.

Expected behavior

The AutoSuggestBox should able to display the value even with direct value or binding

Screenshots

image

OS version

Windows 11

.NET version

.Net 8

WPF-UI NuGet version

3.0.5 and also tested with 4.0.0-rc2

Additional context

No response