-
```
{
"nim.logNimsuggest": true,
"nim.lintOnSave": true,
"nim.useNimsuggestCheck": true,
"nim.buildOnSave": true,
"nim.buildCommand": "c",
"nim.project": ["src/TestZone.…
-
## ❓Question
The official example in codepen is having the above warning, when you try to reset a form by passing props from a parent container's state variable.
https://codesandbox.io/s/pgD4DLypy…
-
https://github.com/10up/ElasticPress/issues/1660
https://github.com/10up/ElasticPress/issues/1711
https://wordpress.stackexchange.com/questions/292164/rest-api-endpoint-for-elasticpress-autosuggest
…
-
### What
- Stores don't have autocomplete yet
- Blocked on https://github.com/openfoodfacts/openfoodfacts-server/issues/7632
- Alternative: we generate a small local list
- https://github.com/op…
-
**Is your enhancement related to a problem? Please describe.**
The problem I'm currently facing is that I was unable to find a way to have multiple search fields that are capable of querying sp…
-
hi!
I have problem with suggest list, which is hidden, after when i want swipe suggest list, it's only available in tabs likein code
`
…
-
In macOS, the word boundary syntax "\b" [is not supported](https://stackoverflow.com/a/12696899).
I think it's a good idea to add comment for macOS users, to use "[[::]]" rather than "\b".
Thank…
-
There are lots of great tools out there that are designed to work with Pelias, and we need to do a better job of highlighting them.
Some projects off the top of my head:
- https://github.com/abec/…
-
Building the new VFB-solr for pipeline 2 gives us an opportunity to revisit tokenization (how SOLR spilts strings into separately searchable units).
As I understand it, autosuggest finds matches fr…
-
Came across an error with `focusInputOnSuggestionClick` when trying to automatically focus the input field.
https://codepen.io/marclemagne/pen/RjRdvr
1. Create an input using `renderInputCompone…