LearnNewsExamplesServices
Frontmatter
id2759
titleform.field.Select: onKeyDownRight() broken
stateClosed
labels
bug
assignees[]
createdAtNov 30, 2021, 10:40 PM
updatedAtNov 30, 2021, 10:46 PM
githubUrlhttps://github.com/neomjs/neo/issues/2759
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtNov 30, 2021, 10:46 PM

form.field.Select: onKeyDownRight() broken

Closed v8.1.0 bug
tobiu
tobiu commented on Nov 30, 2021, 10:40 PM

this is related to an internal change, where the control was storing the selected record inside the value config.

I will revert this change and adjust the change event to also pass the new record.

It might be better to make the record config observable: record => record_

and fire an own recordChange event, but this would be a follow up ticket.

tobiu added the bug label on Nov 30, 2021, 10:40 PM
tobiu referenced in commit 22602c1 - "form.field.Select: onKeyDownRight() broken #2759" on Nov 30, 2021, 10:40 PM
tobiu closed this issue on Nov 30, 2021, 10:46 PM