issue in autocomlete

Scenario :

I have AutoComplete field ,Inside i went to choose a value or write a value that Exists inside the AutoComplete List.

Issue:

Choose a value from the list works fine.

write a value WITHOUT CLICKING from the list dosent post the value.

Inside the Auto… I have an event - change , action - post value , refresh other section

@MaorS204 please have a look at previous forum questions, such as this one, this one,. this one and this one.

Onchange of the autocomplete you can set the value for the other autocomplete and refresh the section.

Generally the Auto complete control will refresh the section when you try to enter something or pressing the down arrow key in order to fetch the results in autocomplete field, which is an expected behavior. If you don’t want your whole section to be reloaded then its suggested to place your autocomplete field in separate section, so that it will reload only that section instead of reloading the main section.

Hope this information is helpful to you.