flow-components icon indicating copy to clipboard operation
flow-components copied to clipboard

fix: change number formatting with comma as decimal separator

Open DiegoCardoso opened this issue 1 year ago • 1 comments

Description

Change the number formatting configuration for locales that use commas as decimal separators. Before, the fraction part of the numbers in such locales would allow only 3 digits. This change allows more digits in the fractional part.

Fixes #5731

Type of change

  • [X] Bugfix
  • [ ] Feature

DiegoCardoso avatar Sep 18 '24 15:09 DiegoCardoso

Hi @DiegoCardoso and @DiegoCardoso, when i performed cherry-pick to this commit to 24.4, i have encountered the following issue. Can you take a look and pick it manually? Error Message: Error: Command failed: git cherry-pick 1c0c5b27b2180ec5602f0e400e23b9f537e15b58 error: could not apply 1c0c5b27b2... fix: change number formatting with comma as decimal separator (#6655) hint: After resolving the conflicts, mark them with hint: "git add/rm ", then run hint: "git cherry-pick --continue". hint: You can instead skip this commit with "git cherry-pick --skip". hint: To abort and get back to the state before "git cherry-pick", hint: run "git cherry-pick --abort".

vaadin-bot avatar Oct 02 '24 08:10 vaadin-bot

This ticket/PR has been released with Vaadin 24.5.0.beta5 and is also targeting the upcoming stable 24.5.0 version.

vaadin-bot avatar Oct 03 '24 13:10 vaadin-bot