decide.nolog.cz/app/components/simple-select.js
jelhan 545f3b0664 autofocus first form element
currently not working for date selection (calendar) since this one did not
support keyboard navigation

part of #94
2016-08-26 00:10:22 +02:00

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);