From fdf2e23a08c11df7f2ca8833f777091a50fcf60d Mon Sep 17 00:00:00 2001 From: Kirill Date: Thu, 18 Jan 2024 15:53:51 +0300 Subject: [PATCH] 1 --- resources/js/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/js/index.ts b/resources/js/index.ts index 83490da..5e6e0b2 100644 --- a/resources/js/index.ts +++ b/resources/js/index.ts @@ -117,7 +117,6 @@ function GetPointMap(id: string, lat: number = 0, lon: number = 0) { lang: 'ru-RU', //en-US, fr-FR placeholder: 'Поиск...', limit: 5, - autoComplete: true, keepOpen: true, }) map.addControl(geocoder)