Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Correct comma conversion in inputs #112

Closed
wants to merge 1 commit into from
Closed

Conversation

TimDaub
Copy link
Member

@TimDaub TimDaub commented Aug 22, 2019

Fixes #47

Description:

  • For user input, we want to accept . and , as valid inputs for floats
  • Depending on the users "locale", we need to parse the user input

src/config.js Show resolved Hide resolved
src/i18n/parseFloat.js Show resolved Hide resolved
@TimDaub
Copy link
Member Author

TimDaub commented Aug 22, 2019

I offered @MaxStalker parts of my worker share to look into this problem: #112 (comment)

@TimDaub
Copy link
Member Author

TimDaub commented Aug 22, 2019

closing in favor of #118

@TimDaub TimDaub closed this Aug 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix commas and periods in amount field upstream
2 participants