Skip to content

Document decimal value support in Range fieldtype#1772

Merged
jasonvarga merged 3 commits into
statamic:6.xfrom
hastinbe:feat/support-decimal-range-fieldset
Jun 9, 2026
Merged

Document decimal value support in Range fieldtype#1772
jasonvarga merged 3 commits into
statamic:6.xfrom
hastinbe:feat/support-decimal-range-fieldset

Conversation

@hastinbe

@hastinbe hastinbe commented Nov 18, 2025

Copy link
Copy Markdown
Contributor

Updates the Range fieldtype documentation to reflect the new decimal value support:

  • Updated field option types from 'integer' to 'number'
  • Clarified that min, max, and step support decimal values
  • Explained data storage behavior (int vs float based on config)
  • Added example configurations for both integer and decimal ranges
  • Fixed max default value (was 1000, should be 100)

References PR statamic/cms#13096 (not merged yet)

Updates the Range fieldtype documentation to reflect the new decimal
value support:

- Updated field option types from 'integer' to 'number'
- Clarified that min, max, and step support decimal values
- Explained data storage behavior (int vs float based on config)
- Added example configurations for both integer and decimal ranges
- Fixed max default value (was 1000, should be 100)
@jasonvarga jasonvarga changed the base branch from 5.x to 6.x June 9, 2026 15:29
@jasonvarga jasonvarga merged commit dbaf130 into statamic:6.x Jun 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants