Frontmatter
| id | 8298 |
| title | [Neural Link] Implement toJSON in form.field.Picker |
| state | Closed |
| labels | enhancementaiarchitecture |
| assignees | tobiu |
| createdAt | Jan 3, 2026, 2:21 PM |
| updatedAt | Jan 3, 2026, 8:11 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8298 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 8200 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 3, 2026, 8:11 PM |
[Neural Link] Implement toJSON in form.field.Picker
Implement
toJSONserialization forNeo.form.field.Picker.Scope: Export the following configs and properties:
clientRectspicker: Serialized picker instance (me.picker?.toJSON())pickerConfig: Serialized picker config (me.serializeConfig(me.pickerConfig))pickerHeightpickerIsMountedpickerMaxHeightpickerWidthshowPickerOnFocusImplementation Details:
pickerConfigusesserializeConfigto handle class references properly.pickerinstance is optionally serialized (only if it exists)....super.toJSON()to inheritTextfield properties.Goal: Standardize serialization for Neural Link.