Autocompleter - Value is not updated/When updates value
Hi,
Im using jquery-ui autocompleter. It works fine except by one Problem:
When I select a value and my next action is submitting the form, I get a wrong value. When I click anywhere else before submitting the form everything works fine.
I tried setting the focus to another field in the autocompleteclose event -> Nothing happend.
Next, I tried setting the focus with a delay, now the focus is set, but still wrong value.
Is there anything that I might have done wrong, or does anyone know a possible solution?
Thanks in advance