jQuery-Autocomplete icon indicating copy to clipboard operation
jQuery-Autocomplete copied to clipboard

Onclick sometimes passes in text i typed in, not the value of the item I selected

Open jaykav99 opened this issue 1 year ago • 1 comments

Forgive me I am very unfamiliar with this library I didnt implement it. But we are trying using this during a stock item selection. I can type in the word 'tran' and I get back a list of 15 items...some I click on and it passes the value of my clicked on stock item to the rest of the code that verifies its a valid stock item.

But then some after the I select it passes on the word 'tran' instead like the onclick failed or was replaced with the selection. Can anyone think of why that may happen?

jaykav99 avatar Oct 10 '24 20:10 jaykav99