Frontmatter
| id | 1922 |
| title | form.field.Text: spellCheck => delta updates |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | May 2, 2021, 3:03 PM |
| updatedAt | May 2, 2021, 3:06 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1922 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | May 2, 2021, 3:06 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.