Combobox

Autocomplete input with a list of suggestions.

Installation

$npx maddex add Combobox

Basic

Start with an uncontrolled combobox when the field only needs client-side filtering and a selected value.

Preview

        
            
        
    

Controlled

Use open, on-open-change, value, and on-value-change when the rest of the page needs to stay in sync with the current selection.

Preview

        
            
        
    

With Groups

Use grouped items and disabled rows to keep larger status lists readable while preserving shadcn-style semantic accents.

Preview