[Short description of the addon.]
- Ember.js v4.12 or above
- Ember CLI v4.12 or above
- Node.js v18 or above
ember install ember-cli-time-input
The time-input component use moment "HH:mm" format. (Not yet configurable)
onChangedTime is called when the time has been updated. If an array of dates are submitted the array will update the time on the current date assigned.
The update will occur on the onblur event.
Usage with only one date:
Usage with array of dates:
git clone
this repositorynpm install
ember serve
- Visit your app at http://localhost:4200.
npm test
(Runsember try:each
to test your addon against multiple Ember versions)ember test
ember test --server
npm run lint:hbs
npm run lint:js
npm run lint:js -- --fix
ember build
For more information on using ember-cli, visit https://ember-cli.com/.
See the Contributing guide for details.
This project is licensed under the MIT License.