diff --git a/src/SearchElement.ts b/src/SearchElement.ts index 593ae0a5..4a457fe5 100644 --- a/src/SearchElement.ts +++ b/src/SearchElement.ts @@ -56,6 +56,7 @@ export default class SearchElement { { type: 'text', placeholder: searchLabel || 'search', + name: 'geosearch', onInput: this.onInput, onKeyUp: (e) => this.onKeyUp(e), onKeyPress: (e) => this.onKeyPress(e),