mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
@@ -211,6 +211,9 @@ export function d3combobox() {
|
||||
idx = -1;
|
||||
if (!v) return;
|
||||
|
||||
// Don't autocomplete if user is typing a number - #4935
|
||||
if (!isNaN(parseFloat(v)) && isFinite(v)) return;
|
||||
|
||||
var best = -1;
|
||||
var suggestion, compare;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user