---
title: 'Select: Overview'
parts:
- Select
- Overview
eleventyNavigation:
key: 'Select: Overview'
order: 10
parent: Select
title: Overview
---
# Select: Overview
A web component that works as 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 '@mdjs/mdjs-preview';
import '@lion/ui/define/lion-select.js';
```
```js preview-story
export const main = () => html`
`;
```
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 `