Pedro Pereira

Results 8 comments of Pedro Pereira

Actually react-script v4.0 has jest already you don't need to have that dependency anymore..I was taking a look as well and it seems that after the update I found that...

> I may revisit this after the RTL conversion, to see if it makes a difference. At the moment, 80+ tests fail for various reasons. And the number changes each...

I think it's a valid issue even if the ROI is extremely low. I just don't get why the ticket is being closed if there is no solution for this...

Hi, for what I saw in your rc-trigger lib is that in the method onDocumentClick we could put a function to check if `event.clientX >= document.documentElement.offsetWidth` then it would be...

Created a PR in rc-trigger. [https://github.com/react-component/trigger/pull/60#pullrequestreview-44267205](url)

I was trying to use https://chrome.google.com/webstore/detail/modheader/idgpnmonknjnojddfkpgkljpfnnfcklj to inject my custom headers but without luck. if we have a way to inject them trought this tool would be amazing. I need...

My assumption is because it's of this: https://github.com/onmotion/react-native-autocomplete-dropdown/blob/28838dbcbe6b0640540d403bfe5c8baa3e3db150/src/index.tsx#L503 which is preventing any pointer events I think I understand why you this but this will not allow the native context menu...

So we can just switch to auto there? I end up doing a workaround on my app to accomplish this. I end up using my own input to input data...