Gaurav Gupta

Results 52 comments of Gaurav Gupta
trafficstars

I was able to resolve this issue in particular by using `ReactDOM.createPortal` and `renderSuggestionsContainer`. Something like this: ``` renderSuggestionsContainer = ({ containerProps, children }) => { let toRender = null;...

Hi, For me listeners are working as expected, accessibility is working as expected. May be there is something else you are doing wrong?

Yeah, still working fine with this approach, haven't had any issues till now.

Happening with me in tests using jest and react testing library. For now, i have mocked the module in my tests, as my use case is not to test the...

Has anyone figured out how to test this using react testing library ? I have the same issue where even after focusing or clicking on the input or the combobox,...

oh ok, good to see that some components accept className. > The xAxis and yAxis already get classNames that you can target Yes, but these need to be too specific...

yes, my point is more about the fact that it seems the triple slash directives by default convert all filenames to lowercase, but that is not documented anywhere

> > yes, my point is more about the fact that it seems the triple slash directives by default convert all filenames to lowercase > > You said the underlying...