Long dropdowns (Selects) can be annoying. There is a JavaScript library that turns standard HTML Selects into filterable Selects, which is a much better user experience.
E.g. if you have a Select with a list of Countries, you don’t want to have to scroll through them all to find one.
This tutorial walks through some simple code, showing you how to do this with any Select field