Input¶
Class | orca.UIKit | extends TextBlock
Interactive text input control with multiple input modes
Overview¶
Properties¶
| Property | Type | Description |
|---|---|---|
Name |
string |
Input identifier for forms and data binding |
Type |
InputType |
Input behavior type (text, password, etc.) |
Cursor |
int |
Current text cursor position |
Multiline |
bool |
Allow multiple lines of text input |
Checked |
bool |
Checked state for checkbox/radio types |