Mark D'Arensbourg

Results 6 comments of Mark D'Arensbourg

I don't have JAWs handy to test, but would setting aria-live to polite or assertive on the tooltip work?

I'm pretty fond of the flexibility and ease of maintenance JSS lends to this project. if we bundled it with a precompiled sheet with BEM syntax, either the style rules...

I can look at that one too but as you may have noticed by now I goofed on the TS syntax & didn't annotate the new initial state as a...

I went ahead and added the overloads. see [this gist](https://gist.github.com/mdarens/ff57aa49209974bb38e258e0d44dbd17)

Here's the workaround I'm using: In my class properties ```javascript state = { enableLinks: true } handleScroll = () => { this.setState({ enableLinks: false }); } handleRest = () =>...

I was just wondering if this was possible. Is there a reason this request was never merged? Edit: upon further inspection, this differs from the inline method as currently implemented...