Comment 22 for bug 1511742

Revision history for this message
Kyle Huckins (khuckins) wrote : Re: webclient: Need ability to type to selection in in some menus

Yes, clicking on the text input will load the list of orgs, so the dropdown itself does exist. The problem being the arrow doesn't.

Looking at the template dropdown in the volume/copy editor tt2, it's doing a call to the eg-basic-combo-box directive, followed by a button element. If we want the arrow, it should just be a matter of adding a button into the eg-org-selector directive(with some tweaks to make sure plays nice with scaffolding).