autocomplete for attribute values, closes #31

This commit is contained in:
azivner
2018-02-04 19:43:11 -05:00
parent a3b31fab54
commit 52817504d1
3 changed files with 55 additions and 17 deletions

View File

@@ -406,7 +406,7 @@
<div style="color: red" data-bind="if: $parent.isEmptyName($index())">Attribute name can't be empty.</div>
</td>
<td>
<input type="text" data-bind="value: value, event: { change: $parent.attributeChanged }" style="width: 300px"/>
<input type="text" class="attribute-value" data-bind="value: value, event: { change: $parent.attributeChanged }" style="width: 300px"/>
</td>
</tr>
</tbody>