Layer · Forms
Planned · v0.3Tag field.
bau-tag-field
Multi-value text field where each submitted token becomes a removable chip. Common for tags, recipients, keywords.
Coming soon
PlannedThis 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
nameentries —FormData.getAll(name).