autocomplete : autoselect if only one and change(event, ui)

autocomplete : autoselect if only one and change(event, ui)

Hi,

In the list whenever there is a single item , it will automatically select ( event response) , and then I focus on next input f ield.  The event "change" is fired but the property "ui" is null .

How to make "ui" property not null ? as if it were selected when clicked on the list.

http://jsfiddle.net/m6sqy14m/3/

thanks