Skip to content

Commit

Permalink
Merge pull request #271 from leocb/orapps44-ShowAssistiveText-default…
Browse files Browse the repository at this point in the history
…-value

Change ShowAssistiveText default property value to false
  • Loading branch information
orapps44 committed Oct 29, 2021
2 parents 4564af9 + abbaa83 commit 38f125a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MaterialSkin/Controls/MaterialMaskedTextBox.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1395,7 +1395,7 @@ public MaterialMaskedTextBox()

UseTallSize = true;
PrefixSuffix = PrefixSuffixTypes.None;
ShowAssistiveText = true;
ShowAssistiveText = false;
HelperText = string.Empty;
ErrorMessage = string.Empty;

Expand Down
2 changes: 1 addition & 1 deletion MaterialSkin/Controls/MaterialTextBox2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1305,7 +1305,7 @@ public MaterialTextBox2()

UseTallSize = true;
PrefixSuffix = PrefixSuffixTypes.None;
ShowAssistiveText = true;
ShowAssistiveText = false;
HelperText = string.Empty;
ErrorMessage = string.Empty;

Expand Down

0 comments on commit 38f125a

Please sign in to comment.