LearnNewsExamplesServices
Frontmatter
id4013
titleform.field.Select: onKeyDownEnter() => move the logic into a new method
stateClosed
labels
enhancement
assigneestobiu
createdAtFeb 8, 2023, 10:34 PM
updatedAtFeb 8, 2023, 10:35 PM
githubUrlhttps://github.com/neomjs/neo/issues/4013
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtFeb 8, 2023, 10:35 PM

form.field.Select: onKeyDownEnter() => move the logic into a new method

Closed v8.1.0 enhancement
tobiu
tobiu commented on Feb 8, 2023, 10:34 PM

while the logic does work fine for the class on its own:

Screenshot 2023-02-08 at 22 24 06

it makes it pretty hard to extend onKeyDownEnter() since the arrow down key will also trigger your new custom logic, unless you override that one as well.

tobiu added the enhancement label on Feb 8, 2023, 10:34 PM
tobiu assigned to @tobiu on Feb 8, 2023, 10:34 PM
tobiu referenced in commit 0023b20 - "form.field.Select: onKeyDownEnter() => move the logic into a new method #4013" on Feb 8, 2023, 10:35 PM
tobiu closed this issue on Feb 8, 2023, 10:35 PM