decide.nolog.cz/app/components/bs-form/element/control/input.js
jelhan 9c4bd9e669
upgrade ember-bootstrap and ember-bootstrap-cp-validations to latest versions (#146)
Ember Bootstrap has changed a lot since the very outdated pre 1.0 release
which was used here. Changes are mostly about using composable components
and closure actions.

Also replaces PhantomJS with Chrome in CI cause PhantomJS is also very
outdated and causing test failure not related to any real world issues.
Ember CLI has replaced PhantomJS with Chrome in v2.15.1, which is the
upfollowing minor release to the version currently used.
2018-10-28 22:54:14 +01:00

4 lines
195 B
JavaScript

import BsInput from 'ember-bootstrap/components/bs-form/element/control/input';
import AutofocusSupport from 'croodle/mixins/autofocus-support';
export default BsInput.extend(AutofocusSupport);