vue-codemirror
vue-codemirror copied to clipboard
How to work with hints
I do not understand how to work with tips. Can you give an example of how to display a list of tips when printing? in the @changes="onSuggest" method, I get a list of possible values from the server. What's next? How to display them on the screen and then how to substitute a hint after selecting?