I have a requirement that when I click in the box, all available values should be displayed. When the user types, the available values should be limited accordingly.
I have seen that I can display all values via showPopup.
However, when the user deletes his input, I have the problem that no more values are displayed to me. I would then like to display the list with all entries again.
Is there a solution for this?