Jason Barry

Results 21 comments of Jason Barry
trafficstars

@NullVoxPopuli I just installed v4 in my Ember 4.6 project and I'm seeing the modifier deprecation warnings.

I'm getting this error as well. This line is where the error is happening due to `this.storedAPI` being `undefined`: https://github.com/cibernox/ember-power-select/blob/master/addon/components/power-select.ts#L394

I've been messing with the disabled state for a checkbox and having a hard time to change the icon from white to a dark gray from my Tailwind theme. Hoping...

I created PR https://github.com/yapplabs/ember-radio-button/pull/115 to add the test assertions to show that they are currently failing to set the `aria-checked` attribute.

I'm wondering if when using the radio button without the yielded content, it should be setting the `@checked` argument of the component rather than the `checked` HTML attribute of the...

I would love to see support for `data-*` attributes on this!

I just ran into this issue when trying to upgrade my addon to Ember 4.x. I didn't realize that `ember-data` was added as a devDependency years ago for `ember-cli-addon-docs`. I...

> We use it with `5.1.1` so v5 should be supported Ok, that's good to know. Maybe the `peerDependendies` just need to be updated for this addon to include it...

> The best use of pods I've seen is a secret, of sorts: > > ``` > app/ > routes/ > {route-name}/ > route.ts # (if needed) > controller.ts #...

@kategengler We just ran into this in our Ember App and I can confirm that we've done all 3 of those steps. I'm not sure what all information you need,...