Root definitions

BindRadioSelect

Permalink

Properties

debounce

number

If defined, delays event handling until the specified milliseconds have elapsed since the last event was fired.

element

string

input Required

string

Valid values: radio, select

labels

Array<string>

An array of label strings to represent the options values. If unspecified, the options value will be coerced to a string and used as the label.

name

string

By default, the signal name is used to label input elements. This name property can be used instead to specify a custom label for the bound signal.

options Required

Array<anything>

An array of options to select from.

Loading...

Editor and Validator