SfMaskedEdit for password field

Hello,

we use the SfMaskedEdit for our password field in in our XamarinForms Apps. We have the issue, that when we set the PasswordChar="*" our App doesnt save the value in this field.

Here is our code for this field.

 <maskedEdit:SfMaskedEdit Value="{Binding SelectedConnection.Password, Mode=TwoWay}" PasswordChar="*"  Mask="\w+" MaskType="RegEx" IsVisible="{Binding SelectedConnection.IsDemoConnection, Converter={StaticResource SomeConverter}}" />


Could you please help us, where we have the issue?

5 Replies 1 reply marked as answer

RS Ramya Soundar Rajan Syncfusion Team June 11, 2020 02:32 PM UTC

Hi Roland, 
  
Greetings from Syncfusion. 
  
We can reproduce the reported problem and confirmed “When setting password character=*, returns *** wrongly instead of actual value” as an issue. The fix will be included in our Weekly NuGet which is expected to be rolled out on June 23, 2020. We appreciate your patience until then.  
  
You can now track the status of your request, review the proposed resolution timeline, and contact us for any further inquiries through this link.   
 
 
Note: The provided feedback link is private, and you need to login to view this feedback.   
 
Regards,  
Ramya S.  


Marked as answer

RW Roland Wehage June 19, 2020 07:05 AM UTC

Hi Ramya,

thank you for the quick response.
We will check the next nuget update :).


best regards
Richard


RS Ramya Soundar Rajan Syncfusion Team June 22, 2020 05:48 AM UTC

Hi Roland, 
 
Thanks for your update. 
 
As we informed earlier, fix will be included in our weekly NuGet which is scheduled to be rolled out on June 23, 2020. We appreciate your patience until then. 
 
Regards, 
Ramya S 



RW Roland Wehage June 23, 2020 12:40 PM UTC

Hi Ramya,

we tried the new nuget update and our passwordchar is now working.
Thank you for the quick help.


regards
Richard.


RS Ramya Soundar Rajan Syncfusion Team June 23, 2020 02:46 PM UTC

Hi Roland, 
  
Thanks for your update. 
  
Please get in touch with us if you would require any further assistance. 
  
Regards, 
Ramya S 


Loader.
Up arrow icon