Frontmatter
| id | 2759 |
| title | form.field.Select: onKeyDownRight() broken |
| state | Closed |
| labels | bug |
| assignees | [] |
| createdAt | Nov 30, 2021, 10:40 PM |
| updatedAt | Nov 30, 2021, 10:46 PM |
| githubUrl | https://github.com/neomjs/neo/issues/2759 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 30, 2021, 10:46 PM |
this is related to an internal change, where the control was storing the selected record inside the
valueconfig.I will revert this change and adjust the
changeevent to also pass the new record.It might be better to make the record config observable:
record=>record_and fire an own
recordChangeevent, but this would be a follow up ticket.