[Bug] Form element's Description
field data is lost after Input type
edit
#467
Labels
Description
field data is lost after Input type
edit
#467
Form element's
Description
field data is lost in data schema after element edit if the last field updated isInput Type
.Checked on https://ginkgobioworks.github.io/react-json-schema-form-builder/
Steps to reproduce:
Visual Form Builder
orPre-Configured Components
tabDescription
fieldEdit Schema
tab to make sure there's adescription
prop in data schema (underproperty
key)Input Type
field, do not "touch" any other element's fieldsEdit Schema
tabActual result:
description
prop in data schema (field's data is silently erased)Description
data after returning back toVisual Form Builder
orPre-Configured Components
where the element was createdExpected result:
Description
field data anddescription
prop in data schema stays the same as before edit as there were no changes for it.The text was updated successfully, but these errors were encountered: