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?