diff --git a/js/id/ui/tageditor.js b/js/id/ui/tageditor.js index 6e88cf6b5..639e4434e 100644 --- a/js/id/ui/tageditor.js +++ b/js/id/ui/tageditor.js @@ -82,7 +82,7 @@ iD.ui.TagEditor = function(context) { .attr('placeholder', 'unknown') .attr('class', 'major') .attr('type', 'text') - .property('value', entity.tags.name) + .property('value', entity.tags.name || '') .on('blur', function() { event.changeTags(); });