Open chriseyhorn opened 2 years ago
Looks like 4.22 changed locator to url in the source. After changing this it works.
Before:
sources: [
{
name: "what3words",
placeholder: "Please enter a what3words address",
singleLineFieldName: "SingleLine",
locator: locatorUrl
}
]
After:
sources: [
{
name: "what3words",
placeholder: "Please enter a what3words address",
singleLineFieldName: "SingleLine",
url: locatorUrl
}
]
They run fine in version 4.21 but don't work in 4.24