From 260fdfd1a847ae84cb60792d32764477defd3c81 Mon Sep 17 00:00:00 2001 From: Morabaraba Date: Mon, 13 Mar 2017 10:47:18 +0200 Subject: [PATCH] Typo on isFocused Description Typo on isFocused Description --- en/api/gameobject/CInputField.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/api/gameobject/CInputField.md b/en/api/gameobject/CInputField.md index c9c97bc..2063625 100644 --- a/en/api/gameobject/CInputField.md +++ b/en/api/gameobject/CInputField.md @@ -19,7 +19,7 @@ Turn a simple label into an interactable input field. | placeholderText | string | The placeholder text | | characterLimit | number | How many characters the input field is limited to. -1 = infinite. | | overflow | bool | Text flows freely outside the element. Default: true. | -| isFocused | bool | ture:is editing | +| isFocused | bool | True when editing | | textComponent | qc.Node | The reference of input text node. | | placeholder | qc.Node | The reference of placeholder text node. | @@ -30,4 +30,4 @@ Turn a simple label into an interactable input field. | onValueChange | When input field's content changed, this event is triggered. | ## Manual -[InputField](http://docs.qiciengine.com/manual/Sample/InputField.html) \ No newline at end of file +[InputField](http://docs.qiciengine.com/manual/Sample/InputField.html)