- unique keywords

- Dataset.ts formatting
- composer file without composer dependencies
This commit is contained in:
Arno Kaimbacher 2019-11-28 13:08:34 +01:00
parent faa68cc223
commit e2c131edd1
6 changed files with 49 additions and 29 deletions

View file

@ -526,7 +526,7 @@
<tbody>
<tr v-for="(item, index) in dataset.keywords">
<td>
<input name="Keyword Value" class="form-control" placeholder="[KEYWORD VALUE]" v-model="item.value" v-validate="'required'"
<input name="Keyword Value" class="form-control" placeholder="[KEYWORD VALUE]" v-model="item.value" v-validate="{required: true, unique: [dataset.keywords, index]}"
data-vv-scope="step-2" />
</td>
<td>