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

Form with no data rendering #15

Closed
amivanoff opened this issue Sep 11, 2021 · 0 comments · Fixed by #21
Closed

Form with no data rendering #15

amivanoff opened this issue Sep 11, 2021 · 0 comments · Fixed by #21
Assignees

Comments

@amivanoff
Copy link
Member

amivanoff commented Sep 11, 2021

Sometimes Form could not find its data. It happens in cases below:

  • collection from resultsScope is undefined
  • collection from resultsScope is NOT undefined, but empty

In this cases Form should:

  • render all configured form fields with field-name-labels as usual
  • render all disabled empty inputs
  • disable all "edit" buttons in Form and prevent any editing of missing data

Foms should not:

  • render Spinner if data is missing
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 a pull request may close this issue.

2 participants