Andrés Albán Carvallo
Andrés Albán Carvallo
You want to clear all the options from the dropdown? If so, then do this: `$('#editable-select').editableSelect('clear');` If you want to remove a specific option, then use: `$('#editable-select').editableSelect('remove', index);`
Also, the last import looks like this: `import { SingleMediaPlayer } from /'./single-media-player';` Where is that dependency? Is this import necessary?
> This is intentional as it is a part of the [M3 spec](https://m3.material.io/components/top-app-bar/specs). Althought yes the docs and examples should be updated to remove these custom colors that used to...