@maptiler/geocoding-control 0.0.91-git.535bd0 → 0.0.91-git.9f388b

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maptiler/geocoding-control",
3
- "version": "0.0.91-git.535bd0",
3
+ "version": "0.0.91-git.9f388b",
4
4
  "type": "module",
5
5
  "author": {
6
6
  "name": "Martin Ždila",
package/react.js CHANGED
@@ -900,7 +900,9 @@ function Tn(t) {
900
900
  );
901
901
  const d = (f) => (
902
902
  /*feature*/
903
- f[73].id
903
+ f[73].id + /*feature*/
904
+ (f[73].address ? "," + /*feature*/
905
+ f[73].address : "")
904
906
  );
905
907
  for (let f = 0; f < c.length; f += 1) {
906
908
  let _ = lt(t, c, f), k = d(_);