import Component from '@ember/component';
import layout from '../templates/components/select';
/**
* @module Select
* Select components are used to render a dropdown.
*
* @example
* ```js
*
* ```
*
* @param label=null {String} - The label for the select element.
* @param options=null {Array} - A list of items that the user will select from. This can be an array of strings or objects.
* @param [selectedValue=null] {String} - The currently selected item. Can also be used to set the default selected item. This should correspond to the `value` of one of the `