LearnNewsExamplesServices
Frontmatter
id1922
titleform.field.Text: spellCheck => delta updates
stateClosed
labels
enhancement
assigneestobiu
createdAtMay 2, 2021, 3:03 PM
updatedAtMay 2, 2021, 3:06 PM
githubUrlhttps://github.com/neomjs/neo/issues/1922
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtMay 2, 2021, 3:06 PM

form.field.Text: spellCheck => delta updates

Closed v8.1.0 enhancement
tobiu
tobiu commented on May 2, 2021, 3:03 PM

initially using false will set the attribute correctly.

inputTextNode[spellcheck] = 'true'; works fine.

inputTextNode[spellcheck] = 'false'; does not work.

inputTextNode[spellcheck] = false; works.

only tested in chromium and feels like a bug. will adjust the delta update logic.

tobiu added the enhancement label on May 2, 2021, 3:03 PM
tobiu assigned to @tobiu on May 2, 2021, 3:03 PM
tobiu referenced in commit 653f175 - "form.field.Text: spellCheck => delta updates #1922" on May 2, 2021, 3:06 PM
tobiu closed this issue on May 2, 2021, 3:06 PM