Frontmatter
| id | 4432 |
| title | form.field.Base: name_ |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | May 16, 2023, 10:05 AM |
| updatedAt | May 16, 2023, 10:15 AM |
| githubUrl | https://github.com/neomjs/neo/issues/4432 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | May 16, 2023, 10:15 AM |
right now, the
name_config got implemented forform.field.Checkboxandform.field.Textis using it indirectly (form containers assume that it can be there).this does not feel clean, so the base field should host this config.