﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10558	Labels for combo lists values on presets windows	francois.lacombe	team	"It would be great to have the ability to define human-readable labels for values in presets combo lists.

Currently, values and label are the same since the values="""" attribute is used on ""combo"" objects in presets XML to fill those lists.

Can't it be possible to move towards a more HTML-like approach ?
{{{
#!xml
<combo key=""highway"" text="""">
  <option value=""service"">Service</option>
  <option value=""primary"">Primary road</option>
  <option value=""secondary"">Secondary road</option>
  ...
</combo>
}}}

My point is providing the ability to do so, no to edit the whole defaultpresets.xml like that.

It will be consistent with the human-readable labels for keys displayed on JOSM (the text="""" attribute on many presets fields)."	enhancement	closed	normal		Core		worksforme	presets,combo,xml	
