Baustein UI

Layer · Forms

Planned · v0.3

Tag field.

bau-tag-field

Multi-value text field where each submitted token becomes a removable chip. Common for tags, recipients, keywords.

Coming soon

Planned

This component is on the roadmap. The page exists so the navigation structure stays stable while the implementation catches up. Below is the feature surface we plan to ship.

  • Commit triggers: Enter, comma, blur, paste-with-delimiter.
  • Backspace at empty input removes the previous chip.
  • Async validation per chip (validate(value): Promise<boolean | string>).
  • Drag-reorder of chips with keyboard fallback.
  • Custom render slot per chip.
  • Form participation: repeated name entries — FormData.getAll(name).