mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 05:49:16 +02:00
clear "None" placehoder in fields, fixes #8984
This commit is contained in:
@@ -302,6 +302,7 @@ export function uiFieldRadio(field, context) {
|
||||
var selection = radios.filter(function() { return this.checked; });
|
||||
|
||||
if (selection.empty()) {
|
||||
placeholder.text('');
|
||||
placeholder.call(t.append('inspector.none'));
|
||||
} else {
|
||||
placeholder.text(selection.attr('value'));
|
||||
|
||||
Reference in New Issue
Block a user