#Issue Using use-ref-within correctly
1 messages · Page 1 of 1 (latest)
what is use-ref-within? Mantine does not export such hook
It returns whether any element that is inside given element has focus, make sure that you are not rendering your dropdown in portal, and that all elements are focusable (button, a or input). Note that Safari by default does not treat button as focusable element.