Improve e-mail input field

Closes: #987
This commit is contained in:
eikek
2021-11-13 00:21:04 +01:00
parent ee2a4aaaf0
commit 0cb2bde160
4 changed files with 42 additions and 5 deletions

View File

@ -34,7 +34,10 @@ field shows completion proposals from all contacts in your address
book (from organizations and persons). Choose an address by pressing
*Enter* or by clicking a proposal from the list. The proposal list can
be iterated by the *Up* and *Down* arrows. You can type in any
address, of course, it doesn't need to match a proposal.
address, of course, it doesn't need to match a proposal. If you type
in an arbitrary address, hit *Enter* or *Space* in order to add the
current address. You can hit *Backspace* two times to remove the last
e-mail address.
If you have multiple mail settings defined, you can choose in the top
dropdown which account to use for sending.

View File

@ -113,6 +113,12 @@ to copy it.
{{ figure(file="share-03.png") }}
When typing in an e-mail address, there are completion proposals
provided from your address book. If you type in an arbitrary address
(not in the proposals), hit *Enter* or *Space* in order to add the
current address. You can hit *Backspace* two times to remove the last
e-mail address.
The new share can now be found in *Collective Profile -> Shares*.
Clicking *Done* brings you back to the search results.