mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 00:29:50 +02:00
Added roadheight field with unit dropdowns
This commit is contained in:
@@ -75,7 +75,7 @@ export function uiFieldText(field, context) {
|
||||
|
||||
input = input.enter()
|
||||
.append('input')
|
||||
.attr('type', field.type === 'identifier' || field.type === 'roadheight' ? 'text' : field.type)
|
||||
.attr('type', field.type === 'identifier' ? 'text' : field.type)
|
||||
.attr('id', field.domId)
|
||||
.classed(field.type, true)
|
||||
.call(utilNoAuto)
|
||||
|
||||
Reference in New Issue
Block a user