Input

class UI.Input

This documentation is a work in progress. UI scripting is a new feature, and additional content is still being added. Stay tuned for updates!

Attribute
Value

label

any string Default: None

placeholder

any string Default: None

value

The input value, as a string Default: None

description

any string Default: None

show_clear_button

True | False Default: False

invalid

True | False Default: False

disabled

True | False Default: False

readonly

True | False Default: False

required

True | False Default: False

full_width

True | False Default: False

error_message

any string Default: None

margin

See Margin. Default: "m-0"

visible

See Visible. Default: True

Events

Event
Arguments
Description

onInput

value (string)

Triggered when typing in the input field.

Last updated