Hi Brian,

Actually what we want exactly to do is adding autocompletion to the
"Storage Tags" field in the "Create Primary Storage" dialog.
Ideally, it will look like this :* http://i.imgur.com/2ypzmGN.png
<http://i.imgur.com/2ypzmGN.png>*

So, suggestions of existing storage tags that match the typed letters will
be listed to the user on the fly.
I created an API call : *listStorageTags* that will be called by the
frontend when we write letters (the letters will be sent as a GET param).
The frontend will then get a *JSON list* from the backend (the list of the
matching storage tags, result of the listStorageTags call) to display them
as suggestions to the user.

Is this doable with the current UI code architecture?

thanks

Reply via email to