Hello,
is there a possibility after selecting row from suggestion list to display dirrefent value in autocomplete box?
For example:
I want to display values in suggestion list like (XXX) YYY, but when I pick the row, I want to display only YYY in autocomplete box.
For displaying values in suggestion list I am getting from backend and I am getting correct format for my needs, but do not know how to dynamically change display value in autocomplete box.