Skip to content

KAZOO Support Channels

This documentation is curated by 2600Hz as part of the KAZOO open source project. Join our community forums here for peer support. Only features in the docs.2600hz.com/supported space are included as part of our 2600Hz Support Services plan.

monster.ui.chosen()#

Syntax#

monster.ui.chosen($target[, options]);

Parameters#

Key Description Type Default Required
$target Select element to invoke the chosen plugin on. jQuery true
options List of options for jQuery Chosen plugin. Object false

Return value#

jQuery Chosen widget instance.

Description#

This helper will transform a field into a jQuery Chosen element.

Tag mode#

When setting the tags option to true, you will be able to add new options to the select element by hitting enter if no results are selected from the list of existing ones.