@dmitryvim/form-builder 0.5.3 → 0.5.4

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
@@ -321,7 +321,7 @@ If you are stuck on a browser without `ResizeObserver` (very old) and cannot def
321
321
 
322
322
  - **Text**: Single-line with pattern validation, length limits
323
323
  - **Textarea**: Multi-line with configurable rows
324
- - **Number**: Numeric input with min/max/step/decimals
324
+ - **Number**: Numeric input with min/max/step/decimals (no `decimals` → value is kept as typed; set `decimals` to round on extraction)
325
325
  - **Select**: Dropdown with options and default values
326
326
  - **Switcher**: Segmented button group (all options visible, ≤4) — same data model as Select
327
327
  - **Colour**: Colour picker with hex values (single or palette)