Open jakub-zawislak opened 6 years ago
The example from docs
https://limenius.github.io/liform-react/#/liform-react/examples/change-base-form
{renderField(schema, schema.title, theme || DefaultTheme)}
doesn't work, it always renders all fields at once. Maybe because the schema.title is undefined? I see that there is also a schema.properties.title key, but still doesn't work
schema.title
schema.properties.title
The example from docs
https://limenius.github.io/liform-react/#/liform-react/examples/change-base-form
doesn't work, it always renders all fields at once. Maybe because the
schema.title
is undefined? I see that there is also aschema.properties.title
key, but still doesn't work