-
Hi,
Thanks for your work on soulmate. On entering any query in the autocomplete box, I do not see any autocomplete suggestions. I cloned the demo and I can see valid JSON response from Seatgeek, bu…
-
I have tried the vue2-autocomplete in my project, and my configuration looks like this:
`
`
![8a31761bec7fa43c941430e07efb55ef](https://cloud.githubusercontent.com/assets/3352426/2639427…
-
When using autocomplete (with a json service as suggestions provider) I don't get the nice "add a tag" placeholder message.
Why is that?
Is there any way I can get both autocomplete and the default te…
-
```
import React from "react";
import PlacesAutocomplete from "react-places-autocomplete";
import Input from "@material-ui/core/Input";
import FormHelperText from "@material-ui/core/FormHelperText…
-
in Version 128.0.6613.84 x64 (installed or portable) I cannot change the Omnibox Autocompletion aka "Improve search suggestions" under Settings > You and Google > Sync and Google services ( chrome://s…
-
Version: Deno 1.46.2
jsxImportSourceTypes was introduced in v1.43.0 by the following PR:
https://github.com/denoland/deno/pull/23419
It doesn't appear to be working as expected. My project is…
-
This is an issue for general UI improvement to be done before release. These are low priority, as we need a functioning tool first, but also because we want to make sure we have systems built for the …
-
Code:
``` html
Android
Arcade
Dreamcast
Gamecube
```
``` javascript
$('#js-platforms').focus().textext({
plugins : 'autocomplete suggestions tags filter',
suggestions: [
…
-
User writes 'get' or 'set' while editing a class and autocomplete provides getter/setter implementation snippets for fields of a class. Also include "get/set all fields" suggestions and suggestions fo…
-
If a user types their answer in to the autocomplete rather than picking one - even if it's an *exact* match, that answer will not get submitted.
I'd consider this quite a serious bug - and am surpr…