Jquery UI Autocomplete Combobox Reset
I'm attempting to modify the demo to suite my needs. However I find it annoying that it doesn't clear the text for the user. I reuse the input field, so when a user clicks on it I'd like it to clear itself.
Also I'm curious if it'd be able to match not just the text field, but the value field. I have different values set for my select options. I'd like the autocomplete to look for both the text and values.
Any guidance, particularly for the reset on focus would be appreciated. I've googled this to death to no avail.