[Console Monaco migration] Search bar is not displayed #186635
Labels
Feature:Console
Dev Tools Console Feature
Team:Kibana Management
Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
The keyboard shortcut CMD+f should activate a search bar: the feature works in Ace and it also works for Monaco in the playground. I think the Kibana version of Monaco disables the command pallette altogether (accessible by pressing F1 in the playground). If that is the case, we can add an explicit command to the keyboard shortcut CMD+f via
addCommand
oraddAction
.Screenshots
Search bar in Ace
Search bar in Monaco in the playground
The text was updated successfully, but these errors were encountered: