mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: adds a title attribute on value list input (#6463)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user