Need to somehow lose focus on <select> after the <option> has been selected.
Without removing this focus check.
if (... !$('#adm1n-toolbar form select').is(':focus'))
Toolbar should be visible while user is doing selection, and should be hidden when selection is done.
Thanks.
You can use the
blur()method, like this: