Skip to main content
Sentivel Endorsed by RayfieldStatus pages and uptime monitoring for whatever you ship. Free to start.Take a look An input is a text field. It commits when the player clicks away or presses enter, not on every keystroke.
Input, keybind, and color picker elements
Inputs are full-width and live at the tab level. Create them directly on the tab, not inside a group.

Properties

string
The label.
string
Hint text under the label. Optional.
string | number
An icon shown beside the label. Optional.
string
The initial text.
string
Ghost text shown while the field is empty.
boolean
default:"false"
Accept numbers only. Commits a clean number, and reverts to the previous value if the text is malformed.
boolean
default:"false"
Empty the field when it gains focus.
string
default:"derived from name"
The save key. Optional.
boolean
default:"false"
Skip saving.
function
Runs with the text on commit.

Handle

string
The current text.
Set the text.