NumericTextBox .Min() value ignored + blank value on 0

Hello in MVC I'm using a NumericTextBox like this:
@Html.EJS().NumericTextBox("qty").Value(0).Min(0).Max(10).Step(1).Render()

I have 2 issues here:
1) Value 0 result in a blank value in the numeric textbox instead of 0.
2) You cannot (correctly) go over 10, but you can go negative, ignoring Min(0). Please check che same issue in your demo page for the Percentage Textbox, where you can go <0%:
https://aspnetmvc.syncfusion.com/NumericTextBox/DefaultFunctionalities#/material

Thank you for your help.
Daniele

2 Replies

AB Ashokkumar Balasubramanian Syncfusion Team June 8, 2018 12:49 PM UTC

Hi Daniele, 
 
Query 1: Value 0 result in a blank value in the numeric textbox instead of 0 
 
Query 2: You cannot (correctly) go over 10, but you can go negative, ignoring Min(0). Please check che same issue in your demo page for the Percentage Textbox, where you can go <0% 
 
We have checked your reported problems in NumericTextbox component. This is already known issue at our end. We have fixed, and fix changes will be included on Vol 2,2018 release. Please be patience until then. 
 
Regards, 
Ashokkumar B. 



AB Ashokkumar Balasubramanian Syncfusion Team June 26, 2018 09:21 AM UTC

Hi Daniele, 
 
We are glad to announce that our Essential Studio 2018 Volume 2 Release v16.2.0.41 is rolled out and is available for download under the following link. 
 
 
Also, we have included your reported below issues solution to this release. Please ensure it. 
 
1.     When set the value property value as 0, numeric textbox displayed with blank value  
2.     Able to go negative values when using MinValue property value as 0  
 
We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance. 
 
Regards, 
Ashokkumar B. 


Loader.
Up arrow icon