Source template/control/select.edit.control.hbs

{{!--
/**
 * @template select%edit
 * @language handlebars
 * @block control
 * @param {object} [attributes] Attributes to pass to el-select
 * @description Template used by select control in edit mode
 * 
 *     {{{template "select.edit" attributes=attributes}}}
 *
 * NB. It is usually preferable to use {@link template:control%view} rather than calling this directly
 *
 * @see template:control%view
 * @see template:control
 * @see template:control%edit
 */
--}}
{{{el-select attributes=attributes}}}