final-form / final-form-calculate

Decorator for calculating field values based on other field values in 🏁 Final Form
MIT License
113 stars 26 forks source link

Provide FormValues for createDecorator #39

Closed A11oW closed 4 years ago

A11oW commented 4 years ago

Fixes #38

codecov[bot] commented 4 years ago

Codecov Report

Merging #39 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #39   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           38        39    +1     
  Branches        14        14           
=========================================
+ Hits            38        39    +1     
Impacted Files Coverage Δ
src/decorator.js 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 409c261...43d803b. Read the comment docs.

afzalsayed96 commented 4 years ago

Came here for this. Hope it gets merged.

marjorg commented 4 years ago

Really need this in one of my projects as well. @erikras any chance of this getting approved and released?

erikras commented 4 years ago

Published in v1.3.2.

afzalsayed96 commented 4 years ago

Hey @erikras, unfortunately it looks like the updated types are not published in v1.3.2.

https://unpkg.com/browse/final-form-calculate@1.3.2/dist/index.d.ts

tokenvolt commented 3 years ago

Confirm, the typings are missing in v1.3.2