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

In our project we need to have additional actions available from a modal popup beyond the 3 currently supported (confirm, cancel and close). [This gist](https://gist.github.com/ronco/212f09852509b5f38785) shows how I was able...

I added a couple small changes to behavior for use in my project. Is there any interest in merging them? I'm happy to make a pull request. Clear search text...

For the select component in particular, when used in a form the select box is not tab-able. I believe all we need to do to change this: - Add "tabindex=0"...

Hi there, As it is currently written, ember-widgets resolves views in a way that isn't very compatible with ember-cli: from popover-link-popover.hbs: ``` html {{view view._contentViewClass}} ``` from popover_link.coffee: ``` coffeescript...

Need to clean up the gh-pages branch and set up the release script to publish new docs/demo app on every release, similar to how ember-table works.

docs

vague classes such as `popup` `popover-title` and `arrow` can easily conflict with existing styles, resulting in unexpected behavior. A suggestion would be to ensure these are all prefixed.

bug

Likely prefixing them with `addepar-` or `ember-` I would like to improve the ember code sharing story, @rjackson and myself have been chatting about extending the idea of a namespace...

bug

`PopoverComponent.hide` has ``` @$().one $.support.transition.end, => @destroy() ``` However jquery doc says of `$.support`: Intended for jQuery's internal use; specific properties may be removed when they are no longer needed...

enhancement

Should look like http://addepar.github.io/#/ember-widgets/overview

docs

Im trying to use the multiple select component binding the optionLabelPath to an attribute in depth. Example: {{ multi-select-component contentBinding="myList" optionLabelPath="someAttr.otherAttr"

bug