You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, is it possible to somehow retrieve what a user is typing in the Selectize field?
What I want to achieve is to get the current text from the input_selectize (like from the input_text), send an API request to weatherapi, receive a response with city names based on this current text, and finally set choices to these cities using update_selectize.