UNPKG

ember-cli-jquery-ui

Version:

A simple addon to add jquery-ui as a dependency to your app. Also includes a small library of components wrapping JQuery UI widgets.

8 lines (7 loc) 298 B
import Ember from 'ember'; import jquiWidget from 'ember-cli-jquery-ui/mixins/jqui-widget'; export default Ember.TextField.extend(jquiWidget, { uiType: 'autocomplete', uiOptions: ['autofocus', 'delay', 'disabled', 'minLength', 'position', 'source' ], uiEvents: ['close', 'search'] });