Yousef Cisco

Results 7 comments of Yousef Cisco

Currently there's not handling for multiple label paths, what we'd normally do is add an additional model attribute called `label` that would concact all the required parts together. I don't...

You can call `this.stickit()` again to force a rerender. Working [jsFiddle](http://jsfiddle.net/yousefcisco/v4rNk/)

I've completely changed my mind about this and I think we need a different way to update selects based on changes to the collection without having to call `this.stickit()` I...

That still feels like a dirty work around, I would rather manage the select options manually than force it to refresh by messing with the model values.

I've just tried to reproduce the issue here: http://jsbin.com/mokegi/2/ I can't see the problem, with or without the two lines of code underneath the magic comment. What version of stickit...

We also had this issue and found the solution was to have multiple scopes defined. We tried an empty string and `"manage_project:my-project"` but neither worked, here's the working provider we're...

@mannebusk bump