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

Show message when data format does not match the schema #94

Closed
Zoramite opened this issue Jul 12, 2021 · 0 comments · Fixed by #218
Closed

Show message when data format does not match the schema #94

Zoramite opened this issue Jul 12, 2021 · 0 comments · Fixed by #218
Assignees
Labels
enhancement Small feature update or improvement
Milestone

Comments

@Zoramite
Copy link
Member

Fields require a specific format for the data to be editable, if the data is not in the correct format that the field is expecting need to show a message and make the field not editable.

@adelaidemt adelaidemt added this to the Live Version milestone Aug 4, 2021
Zoramite added a commit that referenced this issue Aug 11, 2021
When the editor is trying to show a field but the value is not able to be used for the field it will show a message that the value is not editable in the editor UI.

When a field type is not recognized and `Unknown` field will be used that shows a message that the field type needs to be updated.

fixes #154
fixes #94
@Zoramite Zoramite added the enhancement Small feature update or improvement label Aug 11, 2021
Zoramite added a commit that referenced this issue Aug 11, 2021
…d. (#218)

When the editor is trying to show a field but the value is not able to be used for the field it will show a message that the value is not editable in the editor UI.

When a field type is not recognized and `Unknown` field will be used that shows a message that the field type needs to be updated.

fixes #154
fixes #94
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Small feature update or improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants