SfNumericTextBox - shows no comma and dot

Good Morning,

I downloaded a sample of you and it worked correctly on my device. But when I make the code below, no comma or period appears. Am I missing something?

<syncfusion:SfNumericTextBox x:Name="numPressure"
                                         MaximumNumberDecimalDigits="2"
                                         BorderColor="Blue" TextColor="Black" FontSize="15"
                                         WidthRequest="100"
                                         TextAlignment="Center"
                                         ValueChanged="NumPressure_Changed"/>

1 Reply 1 reply marked as answer

AS Anandraj Selvam Syncfusion Team June 24, 2020 11:53 AM UTC

Hi José,   
   
Greetings from the Syncfusion.   
   
We have checked the reported query with the provided code snippet which is working fine in our side. The GroupSeparator will be displayed based on the culture and input values when the control is unfocused. Please go through the below link for more details 
 
   
Screenshot:  
 
 
  
Could you please share the following details to check it further and provide a possible solution earlier?  
 
·       Code snippet related to our controls or sample to replicate the problem. 
 
·       Any of pictorial/video representation to replicate the same. 
  
Regards,  
Anand Raj S. 


Marked as answer
Loader.
Up arrow icon