We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanks for your package it's awesome !
https://jsbin.com/lokowudeya/edit?html,css,js,output
when I focus on the tagify component the dropdown is showed. when I scroll, the dropdown no longer appears under the input
for the moment I added this script ...
scrollContainer.addEventListener('scroll', () => { tagify.dropdown.position() });
can we add an option where we can specify the scroll container ?
The text was updated successfully, but these errors were encountered:
7ffa196
fixes #1101 - Suggestion list position not updated when tagify is in …
2380363
…a scrollable container (other than `<body>`)
Thank you it's perfect !
Sorry, something went wrong.
No branches or pull requests
Thanks for your package it's awesome !
Prerequisites
💥 Demo Page
https://jsbin.com/lokowudeya/edit?html,css,js,output
Explanation
when I focus on the tagify component the dropdown is showed. when I scroll, the dropdown no longer appears under the input
for the moment I added this script ...
can we add an option where we can specify the scroll container ?
The text was updated successfully, but these errors were encountered: