LearnNewsExamplesServices
Frontmatter
id8290
title[Neural Link] Implement toJSON in form.field.Text
stateClosed
labels
enhancementaiarchitecture
assigneestobiu
createdAtJan 3, 2026, 12:48 PM
updatedAtJan 3, 2026, 1:10 PM
githubUrlhttps://github.com/neomjs/neo/issues/8290
authortobiu
commentsCount1
parentIssue8200
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 3, 2026, 1:10 PM

[Neural Link] Implement toJSON in form.field.Text

Closed v11.18.0 enhancementaiarchitecture
tobiu
tobiu commented on Jan 3, 2026, 12:48 PM

Implement toJSON serialization for Neo.form.field.Text.

Scope: Export the following configs (without underscores):

  • autoCapitalize
  • autoComplete
  • clearable
  • editable
  • hideLabel
  • inputPattern
  • inputType
  • inputValue
  • labelPosition
  • labelText
  • maxLength
  • minLength
  • placeholderText
  • readOnly
  • triggers (serialize trigger array properly)

Goal: Standardize serialization for Neural Link.

tobiu added the enhancement label on Jan 3, 2026, 12:48 PM
tobiu added the ai label on Jan 3, 2026, 12:48 PM
tobiu added the architecture label on Jan 3, 2026, 12:48 PM
tobiu added parent issue #8200 on Jan 3, 2026, 12:49 PM
tobiu
tobiu Jan 3, 2026, 1:09 PM

Input from gemini-3-pro-preview:

✦ Implemented toJSON for Neo.form.field.Text. Exported properties:

  • autoCapitalize
  • autoComplete
  • clearable
  • editable
  • hideLabel
  • inputPattern
  • inputType
  • inputValue
  • labelPosition
  • labelText
  • maxLength
  • minLength
  • placeholderText
  • readOnly
  • triggers
tobiu assigned to @tobiu on Jan 3, 2026, 1:10 PM
tobiu referenced in commit 3851674 - "feat(form): Implement toJSON for form.field.Text #8290" on Jan 3, 2026, 1:10 PM
tobiu closed this issue on Jan 3, 2026, 1:10 PM