Francesco Gringl-Novy
Francesco Gringl-Novy
Not sure I understand - but any service that is passed in to your engine (=not defined or installed in the engine itself) will need to be manually injected -...
Awesome! Yeah, I have also looked a bit around. Another idea would be to simply replace the `` and `` with `` - also not sure if that would otherwise...
It's _possible_, yes! But I would say rather unlikely, e.g. if you relied on `ul > .ember-power-select-placeholder` it would break, I guess. I guess the biggest potentially breaking change is...
Is this something that was left on purpose, or not? Also feel free to close the PR if that is not something you are interested in!
Anything I can do to help move this along (or change)? Would love to see this land :)
I have updated this a bit, also adding `id`, `aria-label`/`aria-labelledby` to all "empty" listboxes (when showing the search or empty message).
sorry, took some time, but managed to rebase it. FYI, there are still some major accessibility issues, but they are harder to fix... The main problem I see is that...
I rebased, and I _think_ this should be backwards compatible, as it only adds/remove some attributes, but doesn't change any structure.
// Moved this comment to #705 where it probably actually belongs!
I also saw this in our app. We use Wordpress as a CMS, which outputs full HTML which we render in our app. There was a wrong nesting somewhere which...