FIX: adds a title attribute on value list input (#6463)

This commit is contained in:
Joffrey JAFFEUX
2018-10-08 12:08:36 +02:00
committed by GitHub
parent 22187508e3
commit da8916aecd

View File

@@ -7,7 +7,7 @@
icon="times"
class="remove-value-btn btn-small"}}
{{input value=value class="value-input" focus-out=(action "changeValue" index)}}
{{input title=value value=value class="value-input" focus-out=(action "changeValue" index)}}
</div>
{{/each}}
</div>