Skip to content

Conversation

@vishalshrm539
Copy link
Contributor

@vishalshrm539 vishalshrm539 commented Nov 6, 2025

  • Fixed issues identified during adoption testing:
  1. Case Summary Field component throwing runtimr error.
  2. Decimal, Percenatge and Currency not displaying expected values.

Integer: (value, options) => NumberFormatter(value, { ...options, decPlaces: 0 }),
Percentage: (value, options) => SymbolFormatter(value, { ...options, symbol: '%' })
Percentage: (value, options) => SymbolFormatter(value, { ...options, symbol: '%' }),
isValidValue: value => isValidValue(value)
Copy link
Collaborator

Choose a reason for hiding this comment

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

can't we just pass isValidValue

Suggested change
isValidValue: value => isValidValue(value)
{
Percentage: (value, options) => SymbolFormatter(value, { ...options, symbol: '%' }),
isValidValue
}

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We can, updated.

@tumms2021389 tumms2021389 merged commit df5537f into master Nov 7, 2025
5 checks passed
@tumms2021389 tumms2021389 deleted the bug/tor/fixIssuesIdentifiedInTesting branch November 7, 2025 08:49
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.

3 participants