Skip to content
Snippets Groups Projects
Unverified Commit 531628a5 authored by Christoph Wurst's avatar Christoph Wurst
Browse files

Preserve recipient input when focus is lost

parent d1920fd2
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@
:multiple="true"
:placeholder="t('mail', 'Contact or email address …')"
:show-no-options="false"
:preserve-search="true"
@keyup="onInputChanged"
@tag="onNewToAddr"
@search-change="onAutocomplete"
......@@ -54,6 +55,7 @@
:multiple="true"
:placeholder="t('mail', '')"
:show-no-options="false"
:preserve-search="true"
@keyup="onInputChanged"
@tag="onNewCcAddr"
@search-change="onAutocomplete"
......@@ -75,6 +77,7 @@
:multiple="true"
:placeholder="t('mail', '')"
:show-no-options="false"
:preserve-search="true"
@keyup="onInputChanged"
@tag="onNewBccAddr"
@search-change="onAutocomplete"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment