-
```code
```
不支持el-autocomplete
-
**Is your feature request related to a problem? Please describe.**
if using `@types/sequelize`, I can get some tips when i use where such as
```js
Model.findOne({
where:{
// tip here, what…
zjy01 updated
2 years ago
-
## Description of the problem or steps to reproduce
When the same file is opened in 2 or more split panes, the autocomplete suggestions for it are displayed in the statusline of each of those panes…
-
### Describe the bug
When using the `` in AutoComplete and MultiSelect, the chip around isn't displayed any more. If i don't specify the template, the chips do work. I was migrating from v3 (which ha…
-
### Summary
As I user, I expect ComboBox to work like a TextInput for newly Items, blurring the field should trigger the onChange event. Could we add a property to the ComboBox control to allow th…
-
I am using the google-autocorrect engine with SERP API. I am inputting as the localisation parameter `"gb-en"` for UK results in English and I am receiving results taken from the US "best buy", "best…
-
Using Chrome 109.0.5414.87; Firefox 110.0b2 (64-bit); Safari 16.0:
Using "example.html" as is:
Uncaught SyntaxError: import declarations may only appear at top level of a module
Uncaugh…
-
### Steps to reproduce
1. Type # to get autocomplete suggestions for linking rooms that you're in.
2. Type the display name of a room which has an address not matching the name of the room. (IE, roo…
ghost updated
2 years ago
-
The request handler is called, it does return a list of suggestions. However this list isn't used to render the autocomplete list in the view. I suspect `)` might be interfering. The below gif demonst…
-
## Background
Hello
We are trying to build an SQL editor client for our users in the form of a JupyterLab extension. We are using `jupyterlab-lsp` to provide editing capabilities inside notebook cel…