How can you make a List Box searchable?

I have a List Box filled with lots of information and would like it to be searchable. For example, when a user types ‘C’, I would like the List Box to go directly to list items that start with ‘C’. Is there a way to configure this?

Comments

  • Hi there,


    A better solution to fit your needs would be utilizing a Drop Down List. A Drop Down List provides the same functionality as the List Box, but it grants the user the ability to search. The Drop Down List is also great to implement onto a Form when needing to save some space. The Drop Down List can be found under the Favorites category in the Form Designer.


    For more information about Drop Down Lists, check out this documentation:

    https://documentation.decisions.com/docs/create-drop-down-list


    Hope this helps!

Sign In or Register to comment.