<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,namedisabled,required,full-width,sizeallow-custom,min-search-length,empty-text
Events
leChange,leInputleOpen,leClose