alias CorexWeb.Combobox
<Combobox.combobox
class="combobox"
placeholder="Select a country"
collection={
[...]
[
%{
id: "fra",
label: "France"
},
%{
id: "bel",
label: "Belgium"
},
%{
id: "deu",
label: "Germany"
},
%{
id: "nld",
label: "Netherlands"
},
%{
id: "che",
label: "Switzerland"
}
]
}
>
<:empty>
</:empty>
<:trigger>
<.icon name="hero-chevron-down" />
</:trigger>
</Combobox.combobox>