I am attempting to get the array object from the autocomplete code to be able to use a string stored in the array. When I perform the on change action, I can show a plain alert, but am unable to get the array from the autocomplete code. I use the resultTextLocator successfully in the same autocomplete code, but I use it to put a person's first and last name in the text box associated with the autocomplete code. I am attempting to get the person's user id that is also stored in the array. Thank you for your help.
Subscribe to the select event & take a look at the result object. Assuming that data passed into AutoComplete has the id it should be accessible there.