[jQuery] Autocomplete - avoid setting focus again after selection

[jQuery] Autocomplete - avoid setting focus again after selection


There's a comment in jquery.autocomplete.cs:
// TODO provide option to avoid setting focus again after selection?
useful for cleanup-on-focus
Since I needed that option I've added it to my private copy. The
changes have been trivial (basically 2 lines added). Should I send it
to someone for incorporating it into the next release anyway?