Change to Mask parameter causes component to gain focus

Hello,


Trying to understand if the observed behavior is as designed...


Background:

I have two SfMaskedTextBox components on a page whose purpose is to get the beginning and ending values for a range of items. To simplify input of a 26-char/digit value, a mask is used that only requires the last four to nine digits. The number (4 to 9) is preset (say to four, Mask = 1A406030000C35300000####) but can be programmatically changed (say to 6, Mask =1A406030000C353000######) with the mask value also recalculated. The Mask parameters for the two components reference the same instance variable (e.g., Mask=@maskValue). 


In my application the components FloatLabelType is Auto.


Observation:

When the Mask parameter is programmatically changed and either one of the components gains focus, they both gain focus. The attached pix shows the result.

2022-02-05_10-28-37.png

Question:

Is this the expected behavior? Seems inconsistent.


3 Replies

SP Sureshkumar P Syncfusion Team February 7, 2022 03:03 PM UTC

Peter, 
 
Based on your shared information, we have validated your reported requirement from our end. We will update you further details in one business day (February 8th,2022). 
 
Regards, 
Sureshkumar P 



SP Sureshkumar P Syncfusion Team February 8, 2022 12:19 PM UTC

Peter,    

Thanks for your shared information. We have confirmed the reported issue as a bug at our end and this fix will be included in our upcoming patch release which is expected to be rolled out on February 22nd , 2022.  
You can track the status of this issue from the below feedback.  

Regards,  
Sureshkumar P 



SP Sureshkumar P Syncfusion Team February 23, 2022 02:33 PM UTC

Hi Peter, 
 
We are glad to announce that the fix for the reported issue has been implemented in the weekly patch release 19.4.53. We request you to update the NuGet to the latest version to get rid of this issue.  
 
 
Regards, 
Sureshkumar P 


Loader.
Up arrow icon