vdev
Go to GitHub repository

<le-combobox>

Searchable single-select dropdown that combines text input and option picking.

Examples

<le-combobox
  options='[{"label":"Apple","value":"apple"}]'
  placeholder="Pick one"
></le-combobox>

Common Properties / Attributes

  • options, value, placeholder, name
  • disabled, required, full-width, size
  • allow-custom, min-search-length, empty-text

Events

  • leChange, leInput
  • leOpen, leClose