Closed mikestecker closed 7 years ago
Valid JSON requires keys and values to be quoted with double quotes:
{
"types": ["cities"],
"componentRestrictions": {
"country": "us"
}
}
Looks like I need to actually implement this functionality. I added the settings but they are not being applied in the JS.
Could you provide an auto-complete configuration example? I've tried putting in some parameters in a few different ways but it keeps complaining it's not proper JSON.
I've tried it this way:
and also this way:
but still no dice. It keeps telling me
The JSON string supplied is not valid: Syntax error</code>