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

This fix aims to remove the following deprecation: ``` You modified concat(....) twice in a single render. This was unreliable in Ember 1.x and will be removed in Ember 3.0...

Hi, there is a way in Select widget, after user select an option, to clean/unselect options again? Eg in http://addepar.github.io/ember-widgets/#/ember-widgets/select , if I select a Country I can not clean...

Hi, I am getting following errors after importing ``` ``` I am using ember 1.10 ![image](https://cloud.githubusercontent.com/assets/6426168/8396448/64067f08-1dc3-11e5-9ed7-974c0cebfae4.png) I want to use multiselect component. Thanks & regards, -Vinayak

We'd like to use `^1.1.0` in bower.json, as in https://github.com/Addepar/ember-widgets/pull/122, but Ember 1.7 causes an issue with the select dropdown in the demo app. I think this may be due...

bug

Currently, the set of features for the Carousel is fairly small, with activeIndex being the only option offered. There are a few other features that would be extremely useful, if...

Upgrade dependencies so that ember-widgets can be installed without version conflicts in a new app. A good benchmark for this is installing into a new ember-cli app.

enhancement

Because the popover-link-component is, by default, attached to the `ember-application` div, the experience is very strange when a popover is open and the user scrolls. Consider a dropdown in a...

is there a way to configure the popover widget to appear on mouse over

enhancement

Is it possible to always render as dropdown instead of dropup ? Thanks!

A nice to have feature is to be able to search by group. Currently if you make us of "optionGroupPath", then only the results items are searchable ("optionValuePath") I dont...