We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04e71a6 commit 44cd093Copy full SHA for 44cd093
src/control.ts
@@ -185,7 +185,7 @@ export class GeocoderControl extends EventedControl {
185
icon.setAttribute('aria-label', this.options.iconLabel);
186
187
const input = (this._input = L.DomUtil.create('input', '', form) as HTMLInputElement);
188
- input.type = 'text';
+ input.type = 'search';
189
input.value = this.options.query;
190
input.placeholder = this.options.placeholder;
191
L.DomEvent.disableClickPropagation(input);
0 commit comments