bb_component_superfieldnumber
v1.0.1
Published
Super Field Number
Readme
Super Field Number
A custom Budibase form field for numeric inputs with formatting, steppers, and calculated values.
Features
- Decimal places and thousands separator
- Display template for currency/units (e.g.
$ {{ value }}) - Stepper controls and keyboard/wheel increment (Shift = 10× step)
- Min/max clamping
- Calculated fields via formula
- Debounced input, clear button, dirty indicator, copyable readonly display
Install in Budibase
- Build the plugin (see below) or download the release
.tar.gzfromdist/. - In Budibase, open Settings → Plugins → Add plugin.
- Upload
bb_component_superfieldnumber-1.0.0.tar.gz. - In the builder, find Super Field - Number 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_superfieldnumber-1.0.0.tar.gz
bun run watch # rebuild on changeBuilt with Svelte 5. Requires a Budibase instance that supports Svelte 5 custom components.
