v18 Setting text field with autocomplete
#1
Hi,

I'd like to create a settings windows with a text field, where the user will be able to start entering some letters (artist's name) and they will get autocompletion based on input from my addon.
I'd like to be able to attach that field to a callback in my Python script, which will make an API call to my server with the user's text and will return autocomplete options, so the user can choose from those.
For example, the user starts typing "Mic" and will get a list containing the options ["George Michael", "Michael Martin Murphey"].

Is this doable? I'm also ok with having the user open a new "Search" window where they can search for an artist, but I'm not even sure how to take that approach.

Any help would be appreciated!
Reply

Logout Mark Read Team Forum Stats Members Help
Setting text field with autocomplete0