Skip to content

Commit

Permalink
refactor(hx-test-control): modify the help text
Browse files Browse the repository at this point in the history
  • Loading branch information
badejayayesubabu committed Sep 29, 2020
1 parent 0ba8f5e commit 99c3c75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/components/text-input/text-input-demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ if (document.getElementById('vue-textInputDemo')) {
label: 'Username',
errorTextToDisplay: false,
helpTextToDisplay: false,
helpText: 'Please enter test input.',
errorText: 'Test input should not be empty',
helpText: 'Please enter username.',
errorText: 'Username should not be empty',
},
computed: {
attrDisabled: function () {
Expand Down

0 comments on commit 99c3c75

Please sign in to comment.