Skip to content

Commit

Permalink
Update packages/documentation/docs/controls/forms/_forms-field_code.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: AndreasBerliner <41509230+AndreasBerliner@users.noreply.github.com>
  • Loading branch information
flxlst09 and AndreasBerliner authored Jan 28, 2025
1 parent dfdc193 commit b3bb989
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To display a helper or feedback text below your component please refer to [valid

### Counter

To display a counter on inputs or textareas, use the attribute `maxLength`. If you prefer not to display a counter, instead apply validation rules to set a character limit for the input.
To display a counter on inputs or textareas, use the attribute `maxLength`. If you prefer not to display a counter, programmatically apply a custom validation.

```html
<ix-input max-length="128"></ix-input>
Expand Down

0 comments on commit b3bb989

Please sign in to comment.