Skip to main content

Chained Select

Example

A8Studio

API Methods

setData

Sets the data in the particular array of objects.

setData(data: RadioButtonData[]): void

setLabel

Sets the label of the field.

setLabel(label: string): void

setPlaceholder

Sets the placeholder as a string that temporarily holds the place to the final data.

setPlaceholder(placeholder: string): void

setSize

Sets the size only using the parameters passed in.

setSize(size: "small" | "medium" | "large"): void

setVisibility

Sets if elements of the given field is visible in this view.

setVisibility(visible: boolean): void

setVisibilityCondition

Sets the hide condition

setVisibilityCondition(condition: string): void