mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 15:25:51 +01:00
autocomplete for attribute values, closes #31
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user