Browse Source

Note section - on open put focus on title

Vijayakrishnan 4 years ago
parent
commit
36a41b83b5

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

@@ -60,7 +60,7 @@ $formID = rand(0, 100000);
             <td>
             <td>
                 <input type="text" :data-index="index"
                 <input type="text" :data-index="index"
                        class="form-control form-control-sm canvas-care-team-title"
                        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>
             <td>
             <td>
                 <input type="text" :data-index="index"
                 <input type="text" :data-index="index"