Any ideas for a substitute to dropdown?

Good day! I am writing a page in perspective to select a piece of equipment (88 of them) and then display the last Workorders entered into our CMMS. At the moment I think im going to use a dropdown menu, but I was wondering if there was a better way to do this since it will have 88 entries in the dropdown menu.

I don’t see a problem with using the drop down. You could also use a table.

You could use a dropdown and set the props.search.enabled property to True (which I believe is true by default). That way users can type into the dropdown box to filter the number of options to choose from.

You might also want to increase the dropdown height so they see more options.
Can be done with theme.css or my handy css injection trick :wink: