Numeric text box custom format not applied

When specifying a custom format for a numeric text box, like Format="######0", the format is not applied when initially rendered. it seems that it is only applied after updating a bound value.

code snippet:
<SfNumericTextBox TValue="int" @bind-Value="@myInt" Max=1000000 Min=-2 Step=1 Format="######0" Width="200px">
</SfNumericTextBox>


@code{
    int myInt = 99999;
}

see example below. See attached solution for full working example.



Attachment: SFNumericTextBoxBug_b569e537.zip

1 Reply 1 reply marked as answer

JM Jeyanth Muthu Pratheeban Sankara Subramanian Syncfusion Team September 18, 2020 01:50 PM UTC

Hi Joshua, 

Thanks for contacting Syncfusion support.

We have checked your query and we would like to know you that we already considered the reported issue “Value comes with separator on initial loading” as a defect in our end. The fix for the issue will be included in the Volume 3 2020 release which is expected to be rolled out on September 30 2020. You can track the status of the issue using the below feedback link. 


Feedback Link    : https://www.syncfusion.com/feedback/17273/

We appreciate your patience until then. 

Regards, 
Jeyanth. 


Marked as answer
Loader.
Up arrow icon