-
Notifications
You must be signed in to change notification settings - Fork 435
New issue
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
Manualy open the submenu #254
Comments
const new tagify = Tagify(...)
tagify.dropdown.show.call(tagify, 'somevalue') // will render the dropdown |
Mmmm sorry, the submenu is not opened with this :
I need to get the random value from my whitelist ? |
No need for a random value, or any value if you don't want to pre-filter the suggestions dropdown list |
Okay. My previous message don't work (with React component). Maybe i need other params ? |
It should have worked. Check the function |
Hi !
Is it possible to open submenu manualy ? I updated my
whitelist
after ajax request, but the submenu stay closed.I see
show
method, maybe i can toggle the submenu with this ?Thank you !
The text was updated successfully, but these errors were encountered: