- A plain dropdown where the possible values were provided by the form author.
- A plain dropdown where the values were loaded from a service.
- An "autocomplete" that enabled users to type in the field to do a search, with Orbeon Forms sending what the user searched for to a service, and displayed the result.
- Whether the possible values are entered statically by the form author, or loaded from a service.
- Whether the control shows as a plain dropdown, or as a dropdown allowing users to type text to search for a value.
- In this latter case, when users can type a search value and values are loaded from a service, whether the service returned all the values and the filtering is done by Orbeon Forms, or if the search term is sent to the service and it is the service that does the filtering.

For more, see the documentation on the static and dynamic dropdown, and we'll hope you will find this new feature useful.