obsidian/setting-components/multiple-dropdown-component
Contains a component that displays and edits a multi-select dropdown.
Classes
Section titled “Classes”| Class | Description |
|---|---|
| MultipleDropdownComponent | A multi-select dropdown component. You can add this component using SettingEx.addMultipleDropdown. In order to add the styles for the component, use initPluginContext in your plugin’s onload() function. Alternatively, you can copy styles from https://github.com/mnaoumov/obsidian-dev-utils/releases/latest/download/styles.css. |