Combo box

Content Type: Widget
Categories: User Interface

Overview

The Combo box widget displays a list of options that users can select from and supports

  • Associations
  • Enumeration and Boolean attributes
  • Multi-selection for reference sets
  • Type-ahead to filter options
  • Custom content rendering (e.g. to add images next to the caption)
  • Custom footer (e.g add button below the option list)

This widget is the successor of the Drop-down, Reference selector, Reference set selector, and Input reference set selector widget.

Documentation

Please see Combo box in the Mendix documentation for details.

Releases

Version: 1.5.0
Framework Version: 9.24.0
Release Notes: ### Added - We added readonly style to the combobox configuration.
Version: 1.4.0
Framework Version: 9.24.0
Release Notes: ### Changed - We made accessibility text as optional. - We are no longer retrieving full dropdown options list if the combobox is readonly. ### Added - We improved accessibility on combobox by removing a duplicated aria-expanded from combobox widget. ### Fixed - We fixed an issue with the sorting of the displayed selected items in Multi Selection, where the sorting of selected items did not match the sorting in the menu.
Version: 1.3.1
Framework Version: 9.24.0
Release Notes: ### Fixed - We fixed scrollbar click issue causing combobox to close.
Version: 1.3.0
Framework Version: 9.24.0
Release Notes: ### Fixed - We fixed sorting on combobox, now the sorting follows the default when the combobox opens, and follow a sorted ranking when any input is given. - We fixed focusable element not able to have focus if being placed on custom footer. ### Added - We added static values feature support. ### Breaking changes - We renamed database attribute source key definition. if you already using database source, this will reset it back to none.
Version: 1.2.0
Framework Version: 9.24.0
Release Notes: ### Fixed - We fixed no options text not shown on single selection. ### Changed - We made a minor change on the configuration labels. ### Added - We added database list feature support.