Comment 40 for bug 1511742

Revision history for this message
Bill Erickson (berick) wrote :

Standing squarely on Kyle's shoulders, I took at stab at a different approach to the org selector. I built it atop angular bootstraps "typeahead" widget. It's a standard type-ahead input (no down arrows) which supports tab-select of the (filtered) displayed values. With a bit of hackery it also supports click-to-open regardless of the value in the selector.

Top 2 commits:

http://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/berick/lp1511742-org-select-typeahead

Note the 2nd commit fixes some display issues, which cropped up as a result of changing the org selector markup. I was not able to track down any others, but they may exist.