
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
ember-cli-time-input
Advanced tools
[Short description of the addon.]
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:
<TimeInput
@currentDate={{this.yourDateTime}}
@onChangedTime={{this.timeUpdated}}
/>
Usage with array of dates:
{{#each myDateArray as |time|}}
<TimeInput @currentDate={{time}} @arrayDates={{this.myDateArray}} />
{{/each}}
git clone this repositorynpm installember servenpm test (Runs ember try:each to test your addon against multiple Ember versions)ember testember test --servernpm run lint:hbsnpm run lint:jsnpm run lint:js -- --fixember buildFor 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.
FAQs
Edit time on date or arrays of dates in Ember
We found that ember-cli-time-input demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.