What I have now:
So i have this HTML5 Datalist with a bunch of options in it, and I have 2 events firing. One when the user types out something that
You can also listen to the 'select' event on the input field.
$('#name').bind('select', function() { // handle input value change });