Merge remote-tracking branch 'origin/housenumber-labels' into develop

This commit is contained in:
Martin Raifer
2025-05-12 18:02:47 +02:00
21 changed files with 255 additions and 189 deletions
+1 -3
View File
@@ -339,12 +339,10 @@ export function uiFieldAddress(field, context) {
}
_wrap.selectAll('input')
.on('input', change(true))
.on('blur', change())
.on('change', change());
_wrap.selectAll('input:not(.combobox-input)')
.on('input', change(true));
if (_tags) updateTags(_tags);
}