Skip to content

search: trigger suggestions on printable ASCII

Warren Gifford requested to merge k/suggestion-trigger into main

Created by: keegancsmith

We noticed that search suggestions were not triggering after spacebar. There are many useful suggestions (such as filters to use) that should appear. We should trigger suggestions on any character press. However, Monaco requires an explicit trigger list. So instead we include all printable ASCII characters, and most of the "extended ASCII table" (Latin-1).

Merge request reports

Loading