##AutoComplete Scenario##
-
Capture user input to send to the service for data: http://jsfiddle.net/mattpodwysocki/uv5JU/
-
Throttle the data so we don't overload the server: http://jsfiddle.net/mattpodwysocki/EJqv5/
-
Ensure minimum number of characters: http://jsfiddle.net/mattpodwysocki/nWfH9/
-
Only distinct values, no repeats!: http://jsfiddle.net/mattpodwysocki/THMPk/