LabelSelectEditor

Widget which makes it possible to select one or multiple labels.

Example
define([
  "blueconic/api/widgets/selector/LabelSelectEditor"
], function(LabelSelectEditor) {
  var labelSelectEditor = new LabelSelectEditor();
  // ...
});

Extends

Properties

inherited multiple Boolean

Whether it's possible to select multiple values.

inherited searchOnFocus Boolean

Whether a search is done when the input field receives the focus.

value Array.<String>

An array of the labels that should be shown in the editor. Counts will be retrieved automatically.

Events

onChange()

Event thrown when labels change.