Frontmatter
| id | 228 |
| title | form.Container: getFields() |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Feb 4, 2020, 4:47 PM |
| updatedAt | Feb 4, 2020, 5:20 PM |
| githubUrl | https://github.com/neomjs/neo/issues/228 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 4, 2020, 5:20 PM |

We need a method to get all fields (instances of classes extending form.field.Base), to make it easier to get all related field values (especially for deeply nested forms).
The first version should not cache references (risky to create memory leaks in case the form structure changes dynamically).