diff --git a/packages/main/src/Input.js b/packages/main/src/Input.js index 185ce4122867..a9116e0ff85c 100644 --- a/packages/main/src/Input.js +++ b/packages/main/src/Input.js @@ -303,7 +303,8 @@ const metadata = { /** * Sets the maximum number of characters available in the input field. - * + *

+ * Note: 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