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

support dynamic field #274

Merged
merged 4 commits into from
Sep 19, 2023
Merged

support dynamic field #274

merged 4 commits into from
Sep 19, 2023

Conversation

shanghaikid
Copy link
Collaborator

This fix #270
image
image
image
image
image



get _enableDynamicField(): boolean {
return this.schema.enable_dynamic_field;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need check schema here ? like this.schema?. enable_dynamic_field

checked={form.enableDynamicField}
control={<Checkbox />}
onChange={changeEnableDynamicField}
label="Enable Dynamic Fields"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i18n

Signed-off-by: shanghaikid <[email protected]>
Signed-off-by: shanghaikid <[email protected]>
@shanghaikid shanghaikid merged commit c7b8a7e into main Sep 19, 2023
1 check passed
@shanghaikid shanghaikid deleted the dynamic_field branch September 19, 2023 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support dynamic schema
2 participants