瀏覽代碼

Note section - on open put focus on title

Vijayakrishnan 4 年之前
父節點
當前提交
36a41b83b5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/views/app/patient/canvas-sections/care-team/form.blade.php

+ 1 - 1
resources/views/app/patient/canvas-sections/care-team/form.blade.php

@@ -60,7 +60,7 @@ $formID = rand(0, 100000);
             <td>
                 <input type="text" :data-index="index"
                        class="form-control form-control-sm canvas-care-team-title"
-                       data-field="name" v-model="item.name">
+                       data-field="name" v-model="item.name" autofocus required>
             </td>
             <td>
                 <input type="text" :data-index="index"