From 336546bf3f469f3debb7e98485fc6c75aa9e434c Mon Sep 17 00:00:00 2001 From: Villhellm Date: Wed, 8 May 2019 23:31:24 -0700 Subject: [PATCH] Added the maximum possible number of characters (#9421) --- source/_components/input_text.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/input_text.markdown b/source/_components/input_text.markdown index 4907e82659a..a35e70bf7d9 100644 --- a/source/_components/input_text.markdown +++ b/source/_components/input_text.markdown @@ -49,7 +49,7 @@ input_text: type: integer default: 0 max: - description: Maximum length for the text value. + description: Maximum length for the text value. 255 is the maximum number of characters allowed in an entity state. required: false type: integer default: 100