Inputs for selecting from a menu of items
The select component represents a control that provides a menu of options. For available options you can pass in an array of strings or an array of SelectItem objects. SelectItem objects enable using different value for displaying the select options and different values to be returned as selected, so for example you can avoid mapping between `name` and `id`. Check out the forms info page in the sidebar for more info regarding the various form components.
Image to put in the left side of the select component