Skip to content

obsidian/setting-components/typed-dropdown-component

Typed dropdown component.

ClassDescription
TypedDropdownComponentA dropdown component that can be used to select a value from a list. You can add this component using SettingEx.addTypedDropdown. 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.