mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 09:04:02 +02:00
Add "key=value" placeholder to text tag editor textarea
This commit is contained in:
@@ -139,6 +139,7 @@ export function uiRawTagEditor(context) {
|
||||
.append('textarea')
|
||||
.attr('class', 'tag-text' + (_tagView !== 'text' ? ' hide' : ''))
|
||||
.call(utilNoAuto)
|
||||
.attr('placeholder', t('inspector.key_value'))
|
||||
.attr('spellcheck', 'false')
|
||||
.merge(textarea);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user