Trees can now be freely re-arranged :D

This commit is contained in:
Stefan Zermatten
2019-07-31 11:52:11 +02:00
parent d0304da4fd
commit 4f93ad3e9b
9 changed files with 77 additions and 26 deletions

View File

@@ -33,11 +33,11 @@
<smart-select
label="Type"
:items="attributeTypes"
:value="model.type"
:error-messages="errors.type"
:value="model.attributeType"
:error-messages="errors.attributeType"
:menu-props="{auto: true, lazy: true}"
@change="(value, ack) => $emit('change', {path: ['type'], value, ack})"
:hint="attributeTypeHints[model.type]"
@change="(value, ack) => $emit('change', {path: ['attributeType'], value, ack})"
:hint="attributeTypeHints[model.attributeType]"
:debounce-time="debounceTime"
/>
<form-section name="Advanced" standalone>