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.03k stars 666 forks source link

Unexpected icon behavior with multiple PasswordBoxes #1148

Open mizydorczyk opened 3 days ago

mizydorczyk commented 3 days ago

Describe the bug

With multiple PasswordBox controls, changing the state of one causes the state of the others to change. As in the video below.

To Reproduce

<StackPanel>
    <ui:PasswordBox Margin="5" />
    <ui:PasswordBox Margin="5" />
    <ui:PasswordBox Margin="5" />
</StackPanel>

Expected behavior

Icon should not disappear

Screenshots

https://github.com/lepoco/wpfui/assets/74381129/0772fb63-d496-4ac2-a7be-bfd4b612b78b

OS version

Windows 11 23H2

.NET version

NET 8.0

WPF-UI NuGet version

3.0.4

Additional context

No response