tbleckert / react-select-search

⚡️ Lightweight select component for React
https://react-select-search.vercel.app
MIT License
678 stars 147 forks source link

Option list is not scrolling when using react-select-search-nextjs #212

Open chozze opened 3 years ago

chozze commented 3 years ago

Describe the bug Option list is not scrolling when using react-select-search-nextjs with keyboard navigation.

To Reproduce Steps to reproduce the behavior:

  1. Make a list of options, set height to container and try to navigate by keyboard. Option list is not scrolling into view.

Everyting works fine with react-select-search, but it produce SyntaxError: Unexpected token 'export' when building with nextjs. I know I should import import SelectSearch from 'react-select-search/dist/cjs/ but it does not work for me.

Ales