-
Notifications
You must be signed in to change notification settings - Fork 75
Disable doesn't work for select or multi-select #94
Comments
Looks like a bug to me; I've edited your title here and tagged it as a bug. A workaround like the one you posted might be your best bet if you want a quick-fix. If you're able to fix the source of the problem in ember-widgets, we'll definitely get it merged in. Also thanks for providing a JS Bin in your stack overflow question! For reference: http://jsbin.com/subekubi/5/edit. In the future, if you tag SO questions with "ember-widgets", I'll be more likely to notice them. |
Yeah, sorry about that. I tried tagging it with "ember-widgets," but SO said I needed a reputation of 1500 to make new tags. 😕 |
@azirbel - So I'm having a little difficulty getting started on this bug. I downloaded and installed ember-widgets, but when I tried editing the |
Oh, I didn't realize ember-widgets wasn't a tag yet. That's too bad. I just checked what you said, and sure enough - both on master and at v0.1.0, adding |
I've posted a question about this on stackoverflow. I don't really understand why the
disabled
property doesn't work in themulti-select-component
, since it seems to inherit from theselect-component
where it does work. Cheers.http://stackoverflow.com/questions/25375319/how-to-disable-multi-select-component-in-ember-widgets
The text was updated successfully, but these errors were encountered: