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

Update form fields #2520

Merged
merged 4 commits into from
Oct 20, 2020
Merged

Update form fields #2520

merged 4 commits into from
Oct 20, 2020

Commits on Oct 19, 2020

  1. Fix typo

    bjoernricks committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    e45fb6e View commit details
    Browse the repository at this point in the history
  2. Remove support for uncontrolled fields

    With this change values of fields must be controlled in the parent
    component. The uncontrolled use case isn't used at all and therefore
    completely unnecessary.
    bjoernricks committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    5d44391 View commit details
    Browse the repository at this point in the history
  3. Allow all kind of objects for the errorContont of fields

    This fixes passing for example an error object instance as errorContent
    and displays the message of the error.
    bjoernricks committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    e199b5a View commit details
    Browse the repository at this point in the history
  4. Add changelog

    bjoernricks committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    a22adc7 View commit details
    Browse the repository at this point in the history