This repository was archived by the owner on Apr 30, 2018. It is now read-only.
This repository was archived by the owner on Apr 30, 2018. It is now read-only.
Make fieldTransform an array. #458
Closed
Description
This would make it possible to have multiple fieldTransforms
.
This could be implemented as a non-breaking change by making this capable of handling a function or an array of functions:
angular-formly/src/directives/formly-form.js
Lines 138 to 143 in 55cbe3c
We'd want to log a deprecation warning, add error/warning docs, and test that (like we've done before, implementation | warning docs | test).
Then in a breaking release we could remove that logic and require it to be an array.
This one's up for grabs (whether you've contributed to open source before or not!)