normalize should have access to props
See original GitHub issueAre you submitting a bug report or a feature request?
feature request
What is the current behavior?
normalizer
does not receive all props
What is the expected behavior?
normalizer
receives all props
so that stuff like min
, max
can be dealt with dynamically.
What’s your environment?
redux-forms version 6.5.0^
Other informations
Issue Analytics
- State:
- Created 6 years ago
- Comments:8
Top Results From Across the Web
normalize/parse/format should have access to (meta) props · Issue ...
feature request What is the current behavior? Neither parse, nor format or normalize (on Field component) do get information about the underlying input....
Read more >redux form - How do I pass additional parameters to normalize?
Your normalizer can take additional parameters like so: export const normalizeWhatever = (paramOne,paramTwo) => (value, previousValue, ...
Read more >Open-Props Normalize Demo Page, aka Everything But The ...
normalize </a> using Open Props! Minimal styles for all HTML elements. Plus, it's adaptive to light and dark. The props are made available ......
Read more >Working with normalized state in Redux applications
In the pre-Redux, pre-immutable front-end world there was mostly no need to have a normalized application state.
Read more >React Lesson 11. Pt.1: Normalize Comments with Immutable.js
In the last lesson, we learned how to use Immutable.js to normalize our articles. Today we are going to do the same with...
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
What a bummer, I would really like it to be there.
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.