Anthony Garand
Anthony Garand
This would be awesome!
Also, I just saw this I wonder if you could steal some of the code here? https://atom.io/packages/atom-color-highlight
Gotcha. Anyways, just thought it was interesting. :smile:
I'm experiencing this as well. Using the same work around for the time being.
I updated my `listener` method to this which allows me to pass a single ref or an array of refs. ```javascript const listener = (event: PossibleEvent) => { const shouldTrigger...
@gingerbeardman Thanks again for working on this! Sorry it has taken me a while to get to this. Unless something comes up, I'll be taking a look at this in...
Can you reproduce this effect on multiple browsers?
Are there any console errors in IE11?
@adamgibbons Is this something that could get merged in? I was running into this same problem today.
I'm also running into this with my implementation. From an a11y perspective, I think determining how to style the out of range but enabled options would be left to the...