Anytime you give a user a list of items to choose from there is always going to be the problem of what to do when the item the user wants is not in that list (dropdown, select box, what-have-you). You normally have two options that you can implement. 1.) Have the user leave the page and enter the item they want in the item creation page. 2.) Allow the user to open up a dialog and create the item right there. Both of these options leave little to be desired. I think I have a better one.
Read More