Cusor Position in NumericTextBox is moved at the last number when numver change.

Hi, 
I created a NumericTextBox, code example under: 

var m = 999999999;
var n = new SfNumericTextBox
{
     HeightRequest = 50,
     HorizontalOptions = LayoutOptions.FillAndExpand,
     TextAlignment = TextAlignment.Start,
     ReturnType = ReturnType.Done,
     ParserMode = Parsers.Double,
     ValueChangeMode = ValueChangeMode.OnLostFocus,
     GroupSeparatorMode = GroupSeparatorMode.Always,
     EnableGroupSeparator = true,
     ClearButtonVisibility = Syncfusion.XForms.Editors.ClearButtonVisibilityMode.Never,
     MaximumNumberDecimalDigits = 0,
     Maximum = m,
     Minimum = -m
};

The control work is good. But when I focus to edit value, the cursor have a problem what I mention. I expect the cursor not change position when numer update format, because It's too difficult for editable values.

Control version : 18.4.0.44

Thanks,


5 Replies

SS Sridevi Sivakumar Syncfusion Team March 11, 2021 04:41 PM UTC

Hi Hong Quang Hung,

Greetings from Syncfusion.

We have checked the reported query and we have logged the internal bug task for this problem and the fix will be included in our March 23, 2021 weekly NuGet.

Let us know if you need any further assistance.

Regards,
Sridevi S.
 



HQ Hong Quang Hung March 23, 2021 03:55 AM UTC

Hi Sridevi Sivakumar,

I have updated the control SfNumericTextBox to version 18.4.0.49. The issue has been resolved on Android platform and has not worked on IOS platform.

expect the bug will fix on IOS. Thank you for supporting.

Thanks,


SS Sridevi Sivakumar Syncfusion Team March 23, 2021 01:38 PM UTC

Hi Hong Quang Hung,

Thanks for your update.

We have checked the reported query and already considered the reported issue internally for the iOS platform and the fix will be included in our next weekly NuGet, which expected to be rolled out on the April 1st weekly NuGet.

Regards,

Sridevi S.

 



HQ Hong Quang Hung April 8, 2021 07:49 AM UTC

Thank Sivakumar for your support, My issue has been resolved.


SS Sridevi Sivakumar Syncfusion Team April 8, 2021 02:08 PM UTC

Hi Hong Quang Hung,

Thanks for your update.

Let us know if you need any further assistance.

Regards,
Sridevi S.


Loader.
Up arrow icon