Tag Input
Overview
Usage
Examples
API
A tag input lets the user author a free-text list — type a value and press Enter to add a chip, click its × to remove it. RhombusKit's <rhombus-tag-input> wraps Material's <mat-chip-grid> + matChipInput in the same form-field shell as input and select, themes each tag through the Chip bridge, and binds to a plain string[] — so editors never reach into Material's chip internals.
Example
When to use
- When the user authors an open-ended list — labels, keywords, recipients, skills — rather than picking from a fixed set.
- When you want the value as a simple
string[], with add-on-enter and removable chips handled for you.
When not to use
Related components
Was this page helpful?