The title pretty much says it, I have searched the documentation and all I can find is this:
https://docs.telerik.com/aspnet-core/tag-helpers/editors/numerictextbox/overview
Which does not address it at all.
Here is my current line of code:
<kendo-numerictextbox name="currency" id="txtCheckNumber" format="#" min="0" enable="true" max="9999999999" spinners="false" value="10001" > </kendo-numerictextbox>
I have tried the obvious width="100px" and width="100" with no success