You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using autocomplete, if you filter the completion list by typing and then click on a completion, a completion from the previous list is selected instead.
This can be seen on the autocomplete example page https://codemirror.net/examples/autocompletion/
Clicking before filtering the results (in the HTML example, just typing < and then clicking a result) works. It looks like the bug only happens when you've filtered some results and then click.
Noticed the bug on @codemirror/autocomplete version 6.10.0.