是否可以在 MatBlazor 中修改 MatTextField 的辅助文本的位置?

问题描述

我有一个 MatTextField 写成如下:

<MatTextField TValue="string" Label="Insert a value" @bind-Value="@txtValue" required="true" HelperTextPersistent="true" HelperText="Please insert a value" HelperTextValidation="true"></MatTextField>

因此,HelperText 的值位于 MatTextField 之下:

enter image description here

我想知道是否可以修改 HelperText 的位置(例如,将其放置在 MatTextField 的右侧)。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)