2016-05-26 13:01:23 +02:00
|
|
|
import SimpleSelect from 'ember-simple-select/components/simple-select';
|
2016-08-26 00:10:22 +02:00
|
|
|
import AutofocusSupport from 'croodle/mixins/autofocus-support';
|
2016-05-26 13:01:23 +02:00
|
|
|
|
|
|
|
export default SimpleSelect.reopen({
|
|
|
|
classNames: ['form-control']
|
2016-08-26 00:10:22 +02:00
|
|
|
}).extend(AutofocusSupport);
|