Skip to content

Commit 749af24

Browse files
Update Assistive-Labels.md
1 parent 82ea5b8 commit 749af24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MAUI/TextInputLayout/Assistive-Labels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Character counter is used when you need to limit the characters. Character limit
101101

102102
SfTextInputLayout inputLayout = new SfTextInputLayout();
103103
inputLayout.Hint = "Password";
104-
inputLayout.CharMaxLength = 8;
104+
inputLayout.CharMaxLength = 20;
105105
inputLayout.ShowCharCount = true;
106106
inputLayout.ContainerType= ContainerType.Outlined;
107107
inputLayout.HelperText = "Enter 5 to 8 characters";

0 commit comments

Comments
 (0)