Offir Golan
Offir Golan
@billdami hmmmm okay, ill look into that as well!
@karellm you're gonna have to bug @billdami to get it done 😜
@ReasonableDeveloper I'm not entirely sure what the issue is that you're facing. In terms of this library, ember-decorators is only specified as a devDependency. Having it as a peerDependency would...
In your validations you can use the disabled option. `disabled: computed.not('model.isAgeRestricted')`
@KeithClinard this is already supported (see #222). This issue is about using ember-scrollable's virtual scrollbars instead of the current rudimentary solution.
That sounds good to me. Can you handle this task @taras?
Oh okay gotcha. Yeah this sounds good. Prolly should have been done before 1.0 but it never even crossed my mind
@taras I made a temporary fix in #163 by just autoprefixing the addon.css
I see. Am I able to add a footer row for each of the groups? Im looking to do something like this: ``` Parent 1 Child 1 Child 2 Child...
When I first wrote up this library, I had [support for this](https://github.com/offirgolan/ember-cp-validations/blob/75c1d4fbfdb70df70f34556a7e747750838e35a6/addon/utils/validations-factory.js#L158-L164) but it was removed due to a bug. One thing I can recommend, is creating a 3rd party...