ember-one-way-controls was built by DockYard, contact us for expert Ember.js consulting.
This project has been deprecated. When Ember 1.13 came out it became possible to
use the native <input>
element with one-way bindings. Unfortunately, that
version contained a bug that made the cursor jump to the end of the text in the
input. This addon was built to correct that bug.
That bug has since been fixed in Ember 2.3.1. In the meantime, we had added some other form components to the addon, like a radio component, a textarea component and a select component. This kept the addon useful to us for a while.
Recently we started noticing that we only really needed the select component from this addon. This made us decide to extract this component to its own addon and deprecate this addon.
The new addon is called ember-one-way-select.
You can find the README of the old version here.
DockYard, Inc © 2016