From f3ef12ccc48cd947656d313c7e3ef7489d815c2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Szab=C3=B3?= Date: Thu, 20 Feb 2025 10:55:30 +0100 Subject: [PATCH] DevExpress test --- src/WorkFlowCheck.MAUI/Pages/Security/LoginPage.xaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/WorkFlowCheck.MAUI/Pages/Security/LoginPage.xaml b/src/WorkFlowCheck.MAUI/Pages/Security/LoginPage.xaml index daa357a..5c0cb77 100644 --- a/src/WorkFlowCheck.MAUI/Pages/Security/LoginPage.xaml +++ b/src/WorkFlowCheck.MAUI/Pages/Security/LoginPage.xaml @@ -13,6 +13,7 @@ HasError="{Binding PasswordHasError}" LabelText="Password" HelpText="*Required" + Keyboard="Numeric" ErrorText="The password should contain more than 5 characters, have at least one uppercase and one lowercase letter, and one number." PlaceholderText="Enter password"/>