Replies: 2 comments
-
Seems like a bug. I will open a new issue to fix it. Thanks for letting us know. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have this
<NumericPicker @bind-Value="@_model.Amount" Placeholder="Amount" Min="0" Max="999999999999" Step="1" Decimals="0" EnableStep="false" ReadOnly />
But, when I run the project, this is the html result
Doesn't write Readonly attributte.
But if I use Disabled attribute works perfectly.
Blazorise v.1.1.4.1
Beta Was this translation helpful? Give feedback.
All reactions