-
It would be nice to trigger a search when you press a specific character. On my application the user needs to type a character to get the suggestions and then select one but without erasing what he al…
-
https://github.com/moroshko/react-autosuggest/blob/af42be60bd29e36805ab1e1a32deb33959249f91/src/Autosuggest.js#L124-L133
```js
componentWillReceiveProps(nextProps) {
if (shallowEqualArrays(ne…
-
This issue has originally been reported by @Ekstazi at https://github.com/yiisoft/yii2/issues/5826.
Moved here by @klimov-paul.
---
Hi. I try to use gii both in console and browser. It's not easy be…
-
When using the autosuggestion to complete the search text to the full title of the dataset, the search (sometimes) returns no results. Shorter queries (based on for example one word of the title) do r…
-
```
http://www.codeproject.com/Messages/553926/some-suggestion-about-ACBS_AUTOSUGGES
T-style.aspx
if( nPos == 0 )
{
if (m_iter->strText != str) // xRadish
suggestlist.push_back( item );
}
```
Ori…
-
This addon works by finding the text between [ and ] braces, and then finding an entry with exactly that title. But the title has to be exactly right.
It would be very helpful for editors/writers/m…
-
I'm trying to use multiple auto completes on one page; however, I'm not seeing a way to determine which field was updated.
Using your example codepen,
http://codepen.io/tgaff2x/pen/BWvaqw
At th…
-
**Step to Reproduce:**
1. Create a test site using JN.
2. Complete initial screens and go to dashboard.
3. Click on "Setup Tax".
4. Click on "Configure" button.
5. Click on "Tax".
6. Click on "…
-
- `vue-autosuggest` version: 2.2.0
- `node` version: 16.13.2
- `npm` (or `yarn`) version: 8.5.2
Relevant code or config
My workaround:
```javascript
blur() {
this.suggestionHasF…
-
**Is your feature request related to a problem? Please describe.**
When I am typing a command, sometimes I usetext values that come from previous commands I've executed.
**Describe the solution …