Question
2
Replies
27
Views
Posted: December 14, 2020
Last activity: December 17, 2020
Autocomplete control not setting additional properties on onchange
The autocomplete control does not set values in additional properties, when the user types the value (the value is in the list and the user does not key tab and enter) and then places the mouse in another field. the properties do not change ..
Hi,
Can you please attach some screenshots of the configuration of autocomplete and the UI behavior?
Although I could not understand the exact issue above however if I am not wrong then you are not actually clicking, entering, or tabbing on one of the suggested matching values shown in the autocomplete!
If that's the case then you can probably check the clipboard/the network logs, the values must not be present. You must select a value for an auto-complete field.
Thanks!