tagify
tagify copied to clipboard
The list of selectable items remains static at a point when scrolling and does not stay next to the input.
Prerequisites
- [x] I am running the latest version
- [x] I checked the documentation and found no answer
- [x] I checked to make sure that this issue has not already been filed
💥 Demo Page
https://jsbin.com/jekuqap/edit?html,js,output
React issue template: https://codesandbox.io/s/tagify-react-issue-template-4ub1r?file=/src/index.js
Explanation
- What is the expected behavior?
The list should be placed next to the input.
- What is happening instead?
The list of items stays fixed on the screen while the input is scrolled.
- What error message are you getting?
There is no error message.
It seems like you forgot to save your jsbin example, as it is the exact same as the default one.
I can't start working on a bug without a demo page or a video showcasing it