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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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>