Comment 34 for bug 1511742

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

I've had a chance to take another look at this. I'm wondering if it might be worth utilizing the egBasicComboBox and deprecating egOrgSelector. The more I look at my edits and the original code, the more I think that switching over may be the way to go here - it has all the marks of what we want the selector to be able to do, how we want it to do it, and would result in less code to maintain in the long run. So I guess the question becomes: Does egOrgSelector actually need to be separate? Is there anything that it handles that egComboBox shouldn't handle? The one thing I see that could pose a problem with this approach is in displaying the hierarchy of OUs in the dropdown, but there could be more that I'm not seeing at this moment.