When entering new patrons, there is high probability that the patron being entered is from the same town as the logged in library on the staff interface. However, when you open the dropdown, the list always starts from the top. If you have a long list, it's a lot of scrolling and searching. We could eliminate a lot of that searching by defaulting the position to the same or closest zipcode to the logged in library (if that information is entered in the library details). All the code needs to do is look at the logged in library, look at that library's zipcode, and if it exists, open up the dropdown in or near that same zipcode based on numerical value.