Skip to content

@floating-ui/react-dom-interactions@0.9.3

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Aug 13:13
8f2b119

Bug Fixes

  • fix(useInteractions): prevent breaking props that start with on passed through a prop getter when not using TypeScript (#1862)

  • fix(FloatingFocusManager): in modal=false mode, prevent click toggling from failing in Safari (#1863)

  • fix(useClick): prevent incorrectly identifying button targets in keyboard event handlers (#1866)

    https://codesandbox.io/s/serene-noether-bqk39m?file=/src/App.tsx

  • feat(useClick): add keyboardHandlers option (#1861)