[Short description of the addon.]
- Ember.js v5.8 or above
- Ember CLI v5.8 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 clonethis repositorynpm install
ember serve- Visit your app at http://localhost:4200.
npm test(Runsember try:eachto test your addon against multiple Ember versions)ember testember test --server
npm run lint:hbsnpm run lint:jsnpm 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.