Autocomplete
import '@vollowx/seele/m3/select/option.js';
import '@vollowx/seele/m3/text-field/outlined-text-field.js';
import '@vollowx/seele/m3/autocomplete/autocomplete.js';
Le Movies
<md-autocomplete mode="both" style="width: 300px">
<md-outlined-text-field slot="input" label="Le Movies"
placeholder="What d'you wanna watch?"></md-outlined-text-field>
<md-option>The Shawshank Redemption</md-option>
<md-option>The Godfather</md-option>
<md-option>The Godfather: Part II</md-option>
<md-option>The Dark Knight</md-option>
<md-option>12 Angry Men</md-option>
<md-option>Schindler's List</md-option>
<md-option>Pulp Fiction</md-option>
<md-option>The Lord of the Rings: The Return of the King</md-option>
<md-option>The Good, the Bad and the Ugly</md-option>
<md-option>Fight Club</md-option>
</md-autocomplete>
M3Autocomplete
- Inherits
Autocomplete
Slots
| name | description |
|---|---|
input |
The input field |
| Options to select |