Skip to content

gui.inputs reference

Every input shortcut takes a path string and an optional props object. The props object inherits the widget’s typed WidgetProps, plus the DX-specific props (label, disabled, readonly, validator, defaultValue, uid, tags, size, states, include, exclude, onChange, onLoad, onFilter, onBlur).

ShortcutRendersReference
gui.inputs.textInputtext inputTextinput
gui.inputs.numberInputnumber inputNumber Input
gui.inputs.booleanInputtoggleToggle
gui.inputs.passwordpassword inputPassword
gui.inputs.currencycurrency inputCurrency
gui.inputs.checkboxcheckboxCheckbox
gui.inputs.radiogroupradio groupRadio Group
gui.inputs.selectselectSelect
gui.inputs.dropdowndropdown (autocomplete)Dropdown
gui.inputs.listscrolling listList
gui.inputs.textareamulti-line textTextarea
gui.inputs.markdownmarkdown editorMarkdown
gui.inputs.calendarinline calendarCalendar
gui.inputs.dateInputdate input (typed)Date Input
gui.inputs.datePickerdate picker (popover calendar)Date Picker
gui.inputs.rangeCalendarrange calendarRange Calendar
gui.inputs.rangeDateInputtyped date rangeRange Date Input
gui.inputs.rangeDatePickerpopover date rangeRange Date Picker
gui.inputs.repeaterrepeaterRepeater
gui.inputs.customyour custom inputCustom Widgets

For each widget, refer to the matching reference page for the full prop list and live demos.