Skip to content

Commit

Permalink
remove autofill
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Dillingham committed Feb 4, 2019
1 parent 5983d7f commit fc40135
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions resources/js/components/FormField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
v-model="newItem"
:type="field.inputType"
:placeholder="field.placeholder"
autocomplete="new-password"
class="flex-1 form-control form-input form-input-bordered"
/>
<a
Expand All @@ -32,6 +33,7 @@
:type="field.inputType"
v-on:keyup="updateItem(index, $event)"
:name="field.name + '['+ index +']'"
autocomplete="new-password"
:class="{'border-danger': hasErrors(field.attribute + '.' + index)}"
class="flex-1 form-control form-input form-input-bordered"
>
Expand Down

0 comments on commit fc40135

Please sign in to comment.