Option list is not scrolling when using react-select-search-nextjs
chozze opened this issue · 0 comments
chozze commented
Describe the bug
Option list is not scrolling when using react-select-search-nextjs with keyboard navigation.
To Reproduce
Steps to reproduce the behavior:
- 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