Javier López

Results 4 comments of Javier López

Thank you four reaching out. Would you mind to share an example of what you're trying to achieve? The `useGetBoundingClientRect` option forces the engine to use the `Element.getBoundingClientRect()` method (https://developer.mozilla.org/en-US/docs/Web/API/Element/getBoundingClientRect)...

Hello, I think the issue here is that you're not throttling the `focusSelf` so it's interfering with the rest of key presses. When you use the `throttle` option, all key...

Hey, thank you for reaching out. This is a tricky one, cause it relies heavily on the navigation / route library you use and how you manage data loading. Some...

Hello, thank you for the request. `onArrowPress` was initially considered as a way to block the navigation on certain use cases but not to override the navigation behavior. We're discussing...