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.6.2
Framework Version: 9.24.0
Release Notes: ### Changed - Due to technical limitation, it is not possible to use lazy load on caption type = expression. Thus, we removed lazy loading for this configuration.
Version: 1.6.1
Framework Version: 9.24.0
Release Notes: ### Changed - We changed the default value for lazy loading. From now on, lazy loading will be true by default. - We fixed an issue where in some cases the clear button is rendered outside of a combobox.
Version: 1.6.0
Framework Version: 9.24.0
Release Notes: ### Changed - We changed how input filtering works for lazy loading. if set to true, then the filter will works by retrieving directly from datasource, otherwise it works by scanning the current loaded data. ### Added - We added Spinner and Skeleton loaders in addition to lazy loading feature. The default loader is spinner, and skeleton can also be selected. This improves UX when loading more content. - We added lazy loading feature. By default it is turned off. When turned on, the items will be loaded in batches when scrolling.
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.
Version: 1.1.3
Framework Version: 9.24.0
Release Notes: ### Fixed - We fixed dropdown options directly closing when clicking on scrollbar if placed in popup dialog
Version: 1.1.2
Framework Version: 9.24.0
Release Notes: ### Fixed - We fixed selected options not showing for custom content type "yes"