You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: demo/src/main/java/io/asfjava/ui/demo/screen/DemoForm.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ public class DemoForm implements Serializable {
22
22
23
23
24
24
// @Tab(title = "Contact", index = 2)
25
-
@Password(title = "Password", placeHolder = "Please set you password",description = "This is password")
25
+
@Password(title = "Password", placeHolder = "Please set you password",minLenght=6,description = "This is password", validationMessage = "The password must contain a minimum of 6 characters ")
0 commit comments