Skip to content

autocomplete: Options list does not go away despite having zero options available #2296

@PIG208

Description

@PIG208

Even if the autocomplete query does not match anything, the options list still appears, though empty.

This is similar to #226, where the options list does not show up until the user starts typing after "@". The underlying cause is probably different——the list does get updated, despite becoming empty, on the keystroke that forms a query with zero results.

"q" "ql" (no matches) "qll" (option list goes away)
Image Image Image

The issue likely applies to autocompletion in general, because it also happens to the topic input:

Image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

Status

No status

Relationships

None yet

Development

No branches or pull requests

Issue actions