When I’m passing same value in Autocomplete but it not refreshing the section and here is used Change action set.
Ex: In Autocomplete I have pre defined values like States values. By default US as my state but in the backend I updated few information in US state. Now here I selected same value from Autocomplete it is not refreshing, If I select different state it is refreshing.
In the action setting I used "Change "Action setting
By default, when a user selects a value from the autocomplete dropdown, the “on change” event may not be triggered if the selected value is the same as the previous value.