-
I am finding a strange behaviour of this plugin. I am working on markdown (jekyll bog post) file in which I expect this plugin to provide suggestions as I type. It is happening in the meta data sectio…
wxguy updated
2 weeks ago
-
### Is your feature request related to a problem? Please describe.
Users of my application need the ability to select multiple options from an autocomplete field. Currently, Next UI provides an Autoc…
-
### Description
New autocomplete mode doesn't suggest system tables, for example, pg_class.
Start typing: select * from pg_c
press Ctrl + Enter
Expected: "pg_class" is in a list of suggestions…
-
Thank you for this great library.
Currently I'm working on a big form which users will fill using TAB.
I have a few Typeahead inputs in the Form and they display default suggestions once the user ent…
-
### Browser
Chrome, Safari, Firefox, Edge
### Package version
3.0.748
### React version
18
### Description
```jsx
```
![image](https://github.com/user-attachments/assets/2a6a95f6-b866-459…
-
I noticed there's no auto-complete for stored procedures. Would it be possible to get an autocomplete dropdown of available procedures after `CALL`?
-
Pretty much as it says on the tin. No ARIA markup is present to make sure screen reader users are aware what autocomplete suggestion is in focus. Most of the ret works fine, but that bit appears to be…
-
It would be really nice to be able to cycle through the autocomplete suggestions without using the arrow keys.
Maybe using `Ctrl+N`/`Ctrl+P` and/or `Ctrl+J`/`Ctrl+K`.
The same thing was successful…
-
The website [codeium.com](www.codeium.com) claims that Emacs is one of the supported platforms and links to this repo as the official way to use the software in my preferred editor.
Looking at thi…
-
The Autocomplete component was optimized for known suggestions but it needs to have better support (like loading indicators) for suggestion which are backed by an async API