A read-only display element that renders an array of text strings as styled badge chips, supporting array length limits and custom color, size, and variant formatting.
- Displaying read-only collections or arrays of strings (e.g. tags, badges, categories, emoji indicators) as styled chip tokens.
- Rendering dynamic string arrays retrieved from queries or calculated expressions with length caps and custom chip styling.
- Arrays of strings (
string[]), tag lists, dynamic query array results, or calculated array expressions.
- A read-only tag display panel rendering an array of category labels assigned to a database record.
- A status metric tile displaying dynamic keyword chips with a maximum length cap and outlined primary styling.
- Using for interactive string array entries where users need to add or delete tags — use array_text_input instead.
- Using for single read-only text strings — use text_field instead.
Use instead
- Array Text Input — The workflow requires capturing, typing, or editing string array items rather than just displaying them as read-only tags.
- Text Field — Displaying a single text string value rather than an array of multiple string tags.
Configure these in the Application Designer property panel. Group headings mirror the editor where possible. Data Source is where the element gets its rows or field binding (a view/query, a connector operation, or a parent form field). References appear only for view-backed sources and map foreign-key ID columns to readable labels from another view.
Setup
- A custom expression evaluating to an array of strings. Defaults to ["🚀", “🎉”].Example
["🚀", "🎉"]Default: buildCustomExpressionValue('["🚀", "🎉"]') - An integer input capping the maximum number of array string items displayed in the view.Example
5Default: none
Styling
- Selects the visual accent color applied to the tag chips.Choices
primarysecondarydefault
Default: none - Selects the visual scale of the rendered tag chips.Choices
smallmedium
Default: none - Selects the background fill and outline style of the tag chips.Choices
filledoutlined
Default: none
- Default size when dropped on a page: 2 × 1.
Renders as a semantic list container (<ul> or <div>) holding read-only list items/badges. Screen readers announce each array item sequentially.
Drag this element into one of these containers: