react-jsonschema-form icon indicating copy to clipboard operation
react-jsonschema-form copied to clipboard

Make Experimental_DefaultFormStateBehavior no longer experimental

Open heath-freenome opened this issue 2 years ago • 2 comments

  • Remove experimental prefix and adjust any implementation that is needing improvement that would be a break change otherwise
  • Remove includeUndefinedValues from getDefaultFormState in favor of DefaultFormStateBehavior object
  • Anything else we thing of
  • Finally, we will switch to using skipDefaults for emptyObjectDefaults to force people to figure out HOW they want defaulting to work rather than complaining that it doesn't work properly and then they need to switch to a different value. This forces them to pay attention to defaults if they want them.

heath-freenome avatar May 12 '23 15:05 heath-freenome