@dmitryvim/form-builder 0.2.16 → 0.2.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -289,6 +289,7 @@ See [Integration Guide](docs/integration.md) for detailed setup instructions.
289
289
  - **Textarea**: Multi-line with configurable rows
290
290
  - **Number**: Numeric input with min/max/step/decimals
291
291
  - **Select**: Dropdown with options and default values
292
+ - **Switcher**: Segmented button group (all options visible, ≤4) — same data model as Select
292
293
  - **Colour**: Colour picker with hex values (single or palette)
293
294
  - **Slider**: Range slider with linear/exponential scales (v0.2.7+)
294
295
  - **File**: Single file upload with preview and type restrictions