masastack / MASA.Blazor

Blazor UI component library based on Material Design. Support Blazor Server, Blazor WebAssembly and MAUI Blazor.
https://docs.masastack.com/blazor/getting-started/installation
MIT License
1.11k stars 149 forks source link

Can Textareas provide placeholder function? #1859

Closed huxinshuo closed 4 weeks ago

huxinshuo commented 1 month ago

在例子里面是个value,能不能提供placeholder,就是灰色的提示,如果有文本那么placeholder会消失,不影响用户的输入。现在如果用户粘贴文本,value的内容会滞留在文本框。

capdiem commented 4 weeks ago

@huxinshuo 不明白你的意思,Textarea有Placeholder属性啊

huxinshuo commented 4 weeks ago

没问题了, 我看的是示例。api是有Placeholder的