Preventing Hint Widgets from Closing

In CodeMirror.on(response, “pick”… ) event, is there a way to close the autocomplete, but keep the hint widget open based on a condition (we’ll develop the condition separately)?

I want to know how to make these changes when using an instance without changing the library

No. Picking a completion always closes the tooltip in this implementation.