ember-widgets icon indicating copy to clipboard operation
ember-widgets copied to clipboard

Results 30 ember-widgets issues
Sort by recently updated
recently updated
newest added

## steps to reproduce: 1. `grunt` 2. search `dist/ember-widgets.min.js` for `Ember.Handlebars.compile(` ## expectation: in the minified build all templates to be precompiled, so that only the handlebars runtime is required...

enhancement

Discussion from https://github.com/Addepar/ember-widgets/issues/19: "The files should be structured in such a way that to just use the couple of components only (not whole ember-widgets), the inclusion of the features should...

enhancement

I've posted a question about this on stackoverflow. I don't really understand why the `disabled` property doesn't work in the `multi-select-component`, since it seems to inherit from the `select-component` where...

bug

It would be nice if there was an option for the select widget that would allow it to accept arbitrary text input as it's value/selection perhaps by dynamically adding the...

enhancement

Not sure if I'm doing something wrong here. When I run `grunt karma:default`, I get the following errors: ``` Running "karma:default" (karma) task Chrome 37.0.2062 (Linux) ERROR Uncaught ReferenceError: jQuery...

bug

When using an array of strings, select doesn't show anything ``` priority: ['high', 'low'] ``` and `{{select-component content=priority selection=taggingPriority}}` See http://cl.ly/image/2S3o3o2f1o1D

bug

https://github.com/Addepar/ember-widgets/blob/master/src/accordion.coffee#L6

bug

https://github.com/Addepar/ember-widgets/blob/master/dependencies/list-view.js#L1 this is causing some people trouble with the auto-complete widget should be 2014-03-03 or greater

The select widget has it's position reset on any scrolling list of items in IE11/Win8.1 which causes some strange behavior. EX: Open up the demo page, first click on the...

bug

I've only tested on the iOS simulator so far, but I have noticed in my own code, and on the product demo page (http://addepar.github.io/#/ember-widgets/select) that the select event does not...