Frontmatter
| id | 796 |
| title | list.Base: createItem() => support for vdom objects |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jun 27, 2020, 6:20 PM |
| updatedAt | Jun 27, 2020, 6:24 PM |
| githubUrl | https://github.com/neomjs/neo/issues/796 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jun 27, 2020, 6:24 PM |
right now createItemContent() is supposed to return a string.
there should be a check if the return value is a string or an object and depending on the type it should get added into html or vdom.