我有以下输入
<input type="number" @bind="@object.AllocationPercentage" />
绑定很好,但它显示了很多数字
如何设置特定的数字格式,如“F2”或“C2”?
我知道日期是可能的
使用@bind-format
html c# input blazor
blazor ×1
c# ×1
html ×1
input ×1