HandyOrg / HandyControl

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

SearchBar不显示Placeholder #1652

Closed Gn3po4g closed 1 month ago

Gn3po4g commented 2 months ago

Describe the bug

图片

<hc:SearchBar hc:InfoElement.Placeholder="placeholder"/>

Steps to reproduce the bug

run HandyControl demo.

Expected behavior

No response

Screenshots

No response

NuGet package version

None

IDE

Visual Studio 2022

Framework type

No response

Windows version

Windows 11 (22000)

Additional context

3.5.1 版本

ABA2396 commented 1 month ago

使用 Placeholder 需要指定 Style="{StaticResource SearchBarExtend}" image