add readonly password reveal

This commit is contained in:
TheXamlGuy
2024-07-06 17:01:50 +01:00
parent 0507c21a43
commit ee79b97416
18 changed files with 212 additions and 24 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ public class PinEntryViewModelHandler(IServiceFactory serviceFactory) :
double? width = configuration.Width;
if (serviceFactory.Create<PinEntryViewModel>(args => args.Initialize(),
[.. args.Parameters, configuration, label, value, width])
[.. args.Parameters, configuration, label, value, true, false, width])
is PinEntryViewModel viewModel)
{
return Task.FromResult<IItemEntryViewModel?>(viewModel);