Skip to content

fix(#689): serialize decimals with a minimum of one fractional digit#690

Merged
garethbowen merged 4 commits intomainfrom
689-use-decimal-format
Feb 28, 2026
Merged

fix(#689): serialize decimals with a minimum of one fractional digit#690
garethbowen merged 4 commits intomainfrom
689-use-decimal-format

Conversation

@garethbowen
Copy link
Collaborator

Closes #689

I have verified this PR works in these browsers (latest versions):

  • Chrome
  • Firefox
  • Safari (macOS)
  • Safari (iOS)
  • Chrome for Android
  • Not applicable

What else has been done to verify that this works as intended?

Why is this the best possible solution? Were any other approaches considered?

How does this change affect users? Describe intentional changes to behavior and behavior that could have accidentally been affected by code changes. In other words, what are the regression risks?

Do we need any specific form for testing your changes? If so, please attach one.

What's changed

@changeset-bot
Copy link

changeset-bot bot commented Feb 27, 2026

🦋 Changeset detected

Latest commit: 7b7fd3e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@getodk/xforms-engine Patch
@getodk/web-forms Patch
@getodk/scenario Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Collaborator

@latin-panda latin-panda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thank you

@garethbowen garethbowen merged commit 507344e into main Feb 28, 2026
54 checks passed
@garethbowen garethbowen deleted the 689-use-decimal-format branch February 28, 2026 00:58
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.

Format decimals with a minimum of one digit after the decimal point

2 participants