Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Combobox

...

[!WARNING] This article contains information on the Combobox and Multi Combobox. It therefor might be misleading.

Overview

  • The Dynamic Combobox Component is a form control with a dropdown selection interface.
  • It allows users to select a single value from a list of options.
  • It supports both static data and dynamic data from server endpoints.
  • Features include search, pagination, and customizable display formats.

...

  • The Combobox connects to either static data or external data sources through the Data Management configuration.
  • The structure ensures that the selected value is stored and submitted consistently with other form fields.

Labled ComboboxImage RemovedLabled ComboboxImage Added

(Configured in Genereal Properties)

...

  • validation – Configures validation rules for the combobox, including:
  • required – When set to true, the field must have a selection before the form can be submitted.
  • Figma: https://www.figma.com/design/yck1tcUXgdQ5aYX6iUAwrO/GE---Astronaut-Design-System?node-id=11523-164008&t=ftfrOGkPzlG2GaTo-1
  • Live style guide: https://e1-dev.k8s.myapp.de/live-style-guide/id3/3-dropdown/multi-combobox

...