Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Field): getValues return initValue- #close 792 #807

Merged
merged 5 commits into from
Jul 3, 2019

Commits on Jun 24, 2019

  1. fix(Field): getValues return initValue- #close 792

    - if getValues is called before init, should return initValue
    - getIn, setIn unit tests
    jdkahn committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    f878d7c View commit details
    Browse the repository at this point in the history
  2. fix(Field): disabled fields in getValues

    - getValues should not return disabled field values
    jdkahn committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    50a017d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6f2bc9 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. feat(Field): new field.values property

    - field.values is the new source of truth
    - field.fieldsMeta is for initialized components
    - disabled field support was broken, removed support
    jdkahn committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    0177739 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2019

  1. Configuration menu
    Copy the full SHA
    58bb645 View commit details
    Browse the repository at this point in the history