new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

shadcn/ui · Components · all subjects

combobox/composition

4 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

Combobox with groups composition structure

A combobox with groups and collections has this structure: Combobox contains ComboboxInput and ComboboxContent, where ComboboxContent contains ComboboxEmpty and ComboboxList. ComboboxList contains multiple ComboboxGroup elements, each with ComboboxLabel and ComboboxCollection. ComboboxCollection contains ComboboxItem elements. ComboboxSeparator is placed between ComboboxGroup elements.

Combobox simple composition

A simple combobox with a single-line input and flat list has the following composition: Combobox > ComboboxInput, ComboboxContent > (ComboboxEmpty, ComboboxList > (ComboboxItem, ComboboxItem))

Combobox with chips composition

A multi-select combobox with chips has the following composition: Combobox > (ComboboxChips > (ComboboxValue > ComboboxChip, ComboboxChipsInput), ComboboxContent > (ComboboxEmpty, ComboboxList > (ComboboxItem, ComboboxItem)))

Combobox with groups and collection composition

A combobox with grouped items using ComboboxCollection has the following composition: Combobox > (ComboboxInput, ComboboxContent > (ComboboxEmpty, ComboboxList > (ComboboxGroup > (ComboboxLabel, ComboboxCollection > (ComboboxItem, ComboboxItem)), ComboboxSeparator, ComboboxGroup > (ComboboxLabel, ComboboxCollection > (ComboboxItem, ComboboxItem)))))

Give your agent this brain