Select allows users to choose one option from a list of values.
The select component collects user-provided information from a list of options. Selects are usually used in forms where a user submits data and chooses one option from a list.
Use a dropdown list when there are multiple choices that can be collapsed under one title, if the list of items is too long, or when space is constrained. Use a dropdown list when the selected option is more important than the alternatives (in contrast to radio buttons where all the choices are visible, putting equal emphasis on all options).
Select an option as placeholder text.None is an option, include it.Select for less then 3 entries. Try using a radio button instead.