ember-one-way-controls icon indicating copy to clipboard operation
ember-one-way-controls copied to clipboard

Native one way input

Results 6 ember-one-way-controls issues
Sort by recently updated
recently updated
newest added

As in `ember-route-action-helper` ([see relevant PR here](https://github.com/DockYard/ember-route-action-helper/pull/89)), the `ember-try` packages aren't being ignored by `npm publish`, which adds 128MB to the size of the package.

I am executing my tests on Internet Explorer 11, and I am getting a failure in some steps where I simulate a blur event. This seems very weird to me,...

The alternate syntax is useful if you need access to other events (such as focusOut) without creating your own component.

Usually, when I'm creating a new component it has 'value=undefined' because my fields are generated in the template. When a user changes from the first option to another one, the...

This example with "prompt=..." https://github.com/DockYard/ember-one-way-controls/blob/master/docs/one-way-select.md#adding-a-blank-or-prompt-option auto-selects the first option from start. So the prompt never shows up. You can use promptIsSelectable=true to work around this issue. But then the user...

Hi, With 2.0.0, `one-way-select` is rendering `includeBlank=true` as the literal string, `true` rather than just a blank option. Here's a twiddle reproducing the issue: https://ember-twiddle.com/58e68f49e02a2e0d8daf748daf41e315?openFiles=twiddle.json%2C Thanks!