Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Dropdown

TODO!

Dropdown {
  id: string;                   -- required
  name: string | function;      -- required
  values: [string] | function;  -- required
  selected: number              -- optional (default: 1)
  hidden: bool | function;      -- optional (default: false)
  tooltip: string | function;   -- optional (default: "")
}