|
@@ -67,7 +67,7 @@ $formID = rand(0, 100000);
|
|
|
<td>
|
|
|
<input type="text" :data-index="index"
|
|
|
class="form-control form-control-sm font-weight-bold font-size-14"
|
|
|
- data-field="title" placeholder="Title" v-model="item.title">
|
|
|
+ data-field="title" placeholder="Title" v-model="item.title" autofocus required>
|
|
|
</td>
|
|
|
<td>
|
|
|
<input type="text" :data-index="index"
|