Hi community!
I have a list box currently that populates a large list of information that my user needs to pick from. However it would be tedious for the user to have to scroll and scroll and scroll to find the field(s) they need to select. Does anyone know if there is a way to incorporate a search bar in the list box to faster populate what they are looking for?
Thanks!
Hey @laurennewton,
There is no such option for what you are asking for. But you could potntially use a "tree map" (you can build a logical structure, which simplifies a search) or a "text box" (then a manuall input is required) instead.
It might also be a valid option to let the user add something in a "text box" and in an second app (chained app required) the dropdown is filtered to this. That is not so easy to implement and also not the most convenient thing.