mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-11 14:45:59 +08:00
Remove autofocusing in access modal search field [SCI-10356]
This commit is contained in:
parent
74e1478c07
commit
187609ead9
1 changed files with 0 additions and 5 deletions
|
|
@ -7,8 +7,6 @@
|
|||
<template v-slot:field>
|
||||
<div class="sci-input-container-v2 left-icon">
|
||||
<input type="text" v-model="query" class="sci-input-field"
|
||||
autofocus="true"
|
||||
ref="input"
|
||||
:placeholder="i18n.t('access_permissions.partials.new_assignments_form.find_people_html')" />
|
||||
<i class="sn-icon sn-icon-search"></i>
|
||||
</div>
|
||||
|
|
@ -81,9 +79,6 @@ export default {
|
|||
mounted() {
|
||||
this.getUnAssignedUsers();
|
||||
this.getRoles();
|
||||
this.$nextTick(() => {
|
||||
this.$refs.input?.focus();
|
||||
});
|
||||
},
|
||||
components: {
|
||||
MenuDropdown,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue