Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcconechy committed May 15, 2024
1 parent db044f6 commit 64a092f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ids-input/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ await setData();
- `type` {string} set the input type, (default is `text`)
- `required` {string} sets visible required indicator no matter what the validate is set to
- `format` {string} if the validation rules include date/time, use the setting to set custom date/time format
- `validationEvents` {string} set the input validation events, use `space` to add multiple validation rules, it will set `blur` as defaults.
- `validationEvents` {string} set the events that fire for validation, use `space` to add multiple validation rules. We use `blur` as default. For example if you wanted to validate on keypress you could use `validation-events="keydown blur change"`. Use any JS event here.
- `value` {string} sets the input value.
- `maxlength` {number} sets the input's `maxlength` property to the max characters you can type
- `uppercase` {boolean} sets the input editor's to all uppercase
Expand Down

0 comments on commit 64a092f

Please sign in to comment.