Frontmatter
| id | 5389 |
| title | core.Util: isRecord() |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Apr 12, 2024, 11:29 AM |
| updatedAt | Apr 12, 2024, 11:32 AM |
| githubUrl | https://github.com/neomjs/neo/issues/5389 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 12, 2024, 11:32 AM |
since we changed
isObject()to only return true for "real" objects, it will return false for records.so, we do need a new method to check if a given input is a neo data record.
the new method needs to get used inside
form.field.ComboBox.