Saeb Amini

Results 7 comments of Saeb Amini

Same issue happening for me on version `0.2.0`

Thanks for the suggestion @jeremyVignelles. As @RicoSuter is saying, this is for an external API that I can't modify. @RicoSuter do you think this is something I could pick up...

Getting the same issue on https://austestr56.dayforcehcm.com/api/mhj/swagger/docs/v1

I've noticed the same issue. Browsers always jump to focused elements to ensure they are in view. When that happens on a focusable element that's not fully in view, it...

Reading #7262, I think the issues could be because of the same root cause.

I was just trying to find a workaround for this as well but couldn't find any. The doc claims "You can choose to use any Date library you want", but...

I was looking for a way to make the series themselves dashed and was able to achieve it via the `strokeDasharray` style, e.g. ``` strokeDasharray: '5 5' ``` Might be...