# Select
`lion-select` component is a wrapper around the native `select`.
You cannot use interactive elements inside the options. Avoid very long names to
facilitate the understandability and perceivability for screen reader users. Sets of options
where each option name starts with the same word or phrase can also significantly degrade
usability for keyboard and screen reader users.
```js script
import { html } from 'lit-html';
import { loadDefaultFeedbackMessages, Required } from '@lion/validate';
import './lion-select.js';
export default {
title: 'Forms/Select',
};
loadDefaultFeedbackMessages();
```
```js preview-story
export const main = () => html`
`;
```
## Live Demo/Documentation
> See our [storybook](http://lion-web-components.netlify.com/?path=/docs/forms-select--default-story) for a live demo and API documentation
For this form element it is important to put the `slot="input"` with the native `select` yourself, because you are responsible for filling it with `