corejavascript / corejavascript/typeahead.js

Insertion by right arrow key does *not* fire any events

Open
#216 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
968
Forks
231
PR merge metrics
No merged PRs in 30d

Description

Suggestions can be inserted by pressing the right arrow key. The text will appear in the `` box, but:

Neither *typeahead*'s `select` event nor the input box's original `change` event is fired. Makes it **impossible** to handle such a change of the value.

Insertion by right arrow key seems to be hit or miss in general. Sometimes it does insert something, sometimes the inserted text disappears after a few milliseconds or so.

It also seems like the text is somehow “floating” on top of the box, but not even the box's actual value.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.