Integration with react-intl; how to?
See original GitHub issueAnyone knows how to integrate redux-form with react-intl to format the value of a field?
Eg. when we have a
<Field name="mileage" component={Input} placeholder="Mileage" type="number" />
and I would like to have the value 100000 displayed as 100,000 in the field but actually leave the store as 100000 so when I submit the form 100000 is saved and not 100,000.
@dekeey, I could see you were commenting here about using react-intl HOC to wrap your custom input component. Would you be able to help?
Issue Analytics
- State:
- Created 7 years ago
- Comments:10
Top Results From Across the Web
How to translate your React app with react-intl / FormatJS
How to translate your React app with react-intl / FormatJS ; Select React as Framework Click on React in BabelEdit's main screen. ;...
Read more >React Intl: Internationalize your React apps - LogRocket Blog
With the React Intl library, learn how to internationalize any React project to seamlessly change language and currency within web apps.
Read more >React i18n: A step-by-step guide to React-intl - Lokalise Blog
This article is a thorough guide on how to work with React-intl to internationalize your React application. We will discuss the following ...
Read more >React internationalization with react-intl - Localizely
The react-intl is a part of Format.JS, a set of JavaScript libraries for internationalization and formatting. It is a well-documented and ...
Read more >Overview | Format.JS
React Intl has two ways to format data, through React components and its API. The components provide an idiomatic-React way of integrating internationalization ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You actually could use the format function for this
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.