bb_component_superfieldarray
v1.0.1
Published
Super Field Array
Readme
Super Field Array
A custom Budibase form field for managing dynamic lists of string values with add/remove, duplicate detection, and optional drag-and-drop reordering.
Install in Budibase
- Build the plugin (see below) or download the release
.tar.gzfromdist/. - In Budibase, open Settings → Plugins → Add plugin.
- Upload
bb_component_superfieldarray-1.0.0.tar.gz. - In the builder, find Super Field - Array in the components panel and drag it onto your screen.
Development
bun install
bun link @poirazis/superlib # local superlib (run after every bun install)
bun run build # outputs dist/bb_component_superfieldarray-1.0.0.tar.gz
bun run watch # rebuild on changeBuilt with Svelte 5. Requires a Budibase instance that supports Svelte 5 custom components.
