545f3b0664
currently not working for date selection (calendar) since this one did not support keyboard navigation part of #94
6 lines
236 B
JavaScript
6 lines
236 B
JavaScript
import SimpleSelect from 'ember-simple-select/components/simple-select';
|
|
import AutofocusSupport from 'croodle/mixins/autofocus-support';
|
|
|
|
export default SimpleSelect.reopen({
|
|
classNames: ['form-control']
|
|
}).extend(AutofocusSupport);
|