// @page Pattern Library/Forms // @name Selects // // @description // Select boxes allow users to choose and option or options from a list of options. // // #### Best practices // * Use select boxes when choosing one or more options from a list of related, but mutually exclusive options e.g. profession, title, month. // * It can be tempting to put many things in a select box for users to choose from. Try to keep the list of options to between 4 and 15 so the user doesn't become overwhelmed with choices. // // @state .us-form-select--multiple - Removes the drop down arrow and adjusts the padding of