π₯ New example! π₯
How to take people's money with π React Final Form?
π³ Credit cards! π³ With the gorgeous react-credit-cards library. @gilbarbara
π codesandbox.io/s/9y8vkrrx9o π
π¨βπ¬ I did some experimenting this morning with just what sort of APIs you could build with React Forms and @finalformjs. What do you think?
medium.com/@erikras/declaratβ¦
π₯π₯π₯ Introducing...
π Final Form Focus π§, a decorator plugin for @finalformjs that will scroll to and give focus to the first field with an error when a submission fails.
medium.com/@erikras/focus-onβ¦
π₯ New Demo: Listening for External Changes π₯
By wrapping a stateful component in a Field, we can listen for changes to its value when it is not active.
With sweet, sweet render prop goodness! π
codesandbox.io/s/3x989zl866
Thanks to @sebastiansoft for the demo idea! β€οΈ
π₯ New Example: Conditional Fields π₯
How do you conditionally show or hide fields depending on the values of other fields? It couldn't be simpler. π
Check it out: codesandbox.io/s/lm4p3m92q
Thanks to @foliobook for the question.
π Redux Example! π
You read that right! People have been asking for a way to use π Final Form and still keep form state in Redux.
codesandbox.io/s/4xq2qpzw79
Version bumps to π Final Form v4.0 and π React Final Form v3.0 due to a minor breaking change. If you use FF via RFF, you will see no changes. i.e. No breaking changes in RFF API.