bb_component_superfieldoptions
v1.0.1
Published
Super Field Options
Readme
Super Field Options
A custom Budibase form field component for multi-select options (array fields).
Install in Budibase
- Build the plugin (see below) or download the release
.tar.gzfromdist/. - In Budibase, open Settings → Plugins → Add plugin.
- Upload
bb_component_superfieldoptions-1.0.0.tar.gz. - In the builder, find Super Field - Options 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_superfieldoptions-1.0.0.tar.gz
bun run watch # rebuild on changeBuilt with Svelte 5. Requires a Budibase instance that supports Svelte 5 custom components.
