Frontmatter
| id | 3735 |
| title | data.field.* are not used |
| state | Closed |
| labels | bugstale |
| assignees | [] |
| createdAt | Jan 2, 2023, 1:08 AM |
| updatedAt | Sep 14, 2024, 4:26 AM |
| githubUrl | https://github.com/neomjs/neo/issues/3735 |
| author | Dinkh |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 14, 2024, 4:26 AM |
Currently the data.field.* are not used if set in the model fields.
Example:
fields: [{ name: 'id', ntype: 'data-field-float' }]The ntype is not used.