Skip to content

Commit

Permalink
fix(ui5-input): adjust maxLength property documentation (#5253)
Browse files Browse the repository at this point in the history
* fix(ui5-input): adjust maxLength property documentation

* fix(ui5-input): adjust documentation
  • Loading branch information
niyap authored May 20, 2022
1 parent 52e92c9 commit 0c01d9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/main/src/Input.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,8 @@ const metadata = {

/**
* Sets the maximum number of characters available in the input field.
*
* <br><br>
* <b>Note:</b> This property is not compatible with the ui5-input type InputType.Number. If the ui5-input type is set to Number, the maxlength value is ignored.
* @type {Integer}
* @since 1.0.0-rc.5
* @public
Expand Down

0 comments on commit 0c01d9f

Please sign in to comment.