Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions en/api/gameobject/CInputField.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |

Expand All @@ -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)
[InputField](http://docs.qiciengine.com/manual/Sample/InputField.html)