Now that we have the ability to invoke the {{ input }} helper using the angle brackets syntax (<Input />), how can a person overwrite it?
Looks like creating app/components/input.js is not doing the trick. Using an initializer and registering the component manually app.register('component:input', Input) is not working as well.
If there is no way to overwrite this component, then this change feels like a breaking change. Do you think that it makes sense to promote this to an issue in the Ember.js repo?