Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@rc-formly/core

nkovacic3MIT0.7.0TypeScript support: included

rc-formly (React Formly) is a dynamic (JSON powered) form library for React.js

readme

rc-formly

rc-formly (React Formly) is a dynamic (JSON powered) form library for React.js

Features

  • Uses the powerful formik under the hood.
  • Draws heavy inspiration from ngx-formly
  • Automatic forms generation
  • Easy to extend with custom field type, validation, wrapper and extension.
  • Typescript

Quick Start

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.7.0 (2020-01-23)

Bug Fixes

  • core: every RcFormlyField now has a unique id for easier rendering. (534457c)
  • core: if empty type and wrapper, fieldGroup should still be rendered. (ab437eb)
  • core: nested validation now works. (defb388)
  • core: RcFormlyArrayField getFieldValue now honors dotNotation properties. (9dc791d)
  • core: RcFormlyField shouldComponentUpdate now correctly gets nested property value for checking. (d4ff3c5)
  • core: replaceValues func in RcFormlyForm should be scoped to this. (3c25c30)

Features

  • core: added generic extender for IFormlyFieldConfig template options. (46ff081)
  • core: added replaceValues for directly replacing values. (f2e71d2)
  • core: added submitCount to RcFormlyFormProps. (321008f)
  • core: copied getFieldError, wasFieldTouched and wasFormSubmitted methods to RcFormlyWrapper. (be2b2fc)
  • core: exposed RcFormlyFieldRenderer to outside usage. (ec5f24e)
  • core: RcFormlyArrayField getFieldValue now can get other keys, not just current field one. (7f748d9)
  • core: resetForm now accepts empty argument, so that it resets form to initialValues. (cdcbe7c)

0.6.0 (2020-01-13)

Bug Fixes

  • bootstrap: errors are now shown only after first blur. (dc94158)

Features

  • core: added RcFormlyArrayField to enable better handling of array values in forms. (a4d74a6)
  • core: renamed formikProps to formlyProps on RcFormlyForm render method. (183f8a5)

0.5.2 (2019-12-14)

Bug Fixes

  • modules: added README.md to core and bootstrap module. (f42fd3a)

0.5.1 (2019-12-14)

Bug Fixes

  • core: removed cycle from IRcFormlyFormProps. Prepared eslint for linting. (ee9dd4d)
  • modules: moved packages from peer dependancies to dependancies (3d20e4d)

0.5.0 (2019-12-08)

Note: Version bump only for package @rc-formly/core

0.6.0-alpha.12 (2019-12-08)

Note: Version bump only for package @rc-formly/core