Skip to content

Commit

Permalink
fix: disable autocompletion when assigning project lead (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
haidang666 committed Apr 3, 2021
1 parent dcbeefa commit f06d470
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/js/Pages/Company/Project/Create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
:errors="$page.props.errors.name"
:label="$t('project.create_input_project_lead')"
:required="false"
autocomplete="off"
@keyup="search"
@input="search"
@esc-key-pressed="showAssignProjectLead = false"
Expand Down

0 comments on commit f06d470

Please sign in to comment.