Frontmatter
| id | 1868 |
| title | vdom.Helper: update() => changing the value of dom attributes |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Apr 25, 2021, 1:17 PM |
| updatedAt | Apr 25, 2021, 1:18 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1868 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 25, 2021, 1:18 PM |
if (Neo.isEmpty(value)) { // ignore empty arrays & objects }this part should allow empty strings.
use case: manually setting the value of a textfield to ''.
the clear trigger would set it to null, but in case you bind the value to a vm, empty strings can not result in deltas without the change.