Adding searched data to Combobox
Posted: Tue Oct 17, 2023 1:33 am
Wracking our brains over this, and can't seem to get it right.
We have a Junction screen and a destination screen.
The searched name is entered in the junction screen and the found items are displayed in the destination screen.
How can we use a Combobox that constantly updates the list content if users enter data into the Combobox field?
Example:
a user enters "Car" into the combo box which then displays all the contents within the combobox list(which is 2 subfiles Number and Description), but if they add to that and append it to "Card" it will clear the combo box list and refill it with all items that contain "card". (like a live search field)
We have a Junction screen and a destination screen.
The searched name is entered in the junction screen and the found items are displayed in the destination screen.
How can we use a Combobox that constantly updates the list content if users enter data into the Combobox field?
Example:
a user enters "Car" into the combo box which then displays all the contents within the combobox list(which is 2 subfiles Number and Description), but if they add to that and append it to "Card" it will clear the combo box list and refill it with all items that contain "card". (like a live search field)