(this page was created automatically. In case of formatting issues, please visit the official Wiki Page)

Combobox

The Dynamic Combobox Component is a form control that provides a dropdown selection interface, allowing users to select a single value from a list of options. The component supports both static data and dynamic data fetched from server endpoints, with features including search, pagination, and customizable display formats. It's especially useful for selecting from large datasets where a traditional select input would be impractical.

Properties

General Properties

Visual Properties

Combobox Visual Properties

Non-Visual Properties

Combobox Non-Visual Properties

Datasource Properties

Combobox Datasource Properties

Validation Properties

Event Actions

Testing Hooks