Miguel Camba
Miguel Camba
@ganapathyHf yes, the tabindex of the input is -1 so the focus flows automatically to the input inside. About wether it would be more correct to apply the ariaLabel to...
Makes sense. Can you confirm that putting the aria-label in the input works better?
@ganapathyHf Cool. I labeled this as a bug and try to implement it, but I first need to rearchitecture the component a bit to, conditionally, pass the `aria-label` (and also...
I'm not sure this can be fixed right now without breaking the component's public API.
> Currently the trigger's aria-controls attribute references an ID of a dom node that does not exist when the power-select is in the collapsed state. This is considered invalid markup...
I've experimented quickly with mixed results. I was able to make the single select (using voice over) to work reasonably well when the search is disabled. It tells you the...
Care to explain a bit more?
I see. Yep, that's unfortunate. I'll try to allocate some time to dig into a possible solution
I really don't have any advice or idea of what can be the reason for that without a mire detailed reproduction, which doesn't seem easy to provide with so many...
@mbernwieser Interesting regression. Are you able to reproduce it in any of the examples in the docs? I ask because it would be easier to track with a reproduction