Frontmatter
| id | 8294 |
| title | [Neural Link] Implement toJSON in form.field.Date |
| state | Closed |
| labels | enhancementaiarchitecture |
| assignees | tobiu |
| createdAt | Jan 3, 2026, 12:48 PM |
| updatedAt | Jan 3, 2026, 8:17 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8294 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 8200 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 3, 2026, 8:17 PM |
[Neural Link] Implement toJSON in form.field.Date
Implement
toJSONserialization forNeo.form.field.Date.Scope: Export the following configs/properties:
dateSelector: Serialized date selector instance (me.dateSelector?.toJSON()).dateSelectorConfig: Serialized usingserializeConfig.hidePickerOnSelectisoDatemaxValueminValuesubmitDateObjectNote:
inputTypeis already handled byform.field.Text(base class).Goal: Standardize serialization for Neural Link.