Skip to content

Commit

Permalink
feat: Adds a hint to search for hd-contacts by postal code or city in…
Browse files Browse the repository at this point in the history
…to the message input frontend.

Refs #632 
PR #636
  • Loading branch information
mad-nuts authored Feb 28, 2022
1 parent 5637b16 commit 032a648
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,17 @@
item-value="id"
data-test="hdRecipient"
:loading="recipientsLoading"
hide-details="auto"
:class="{
'is-loading': recipientsLoading,
'is-empty': recipients.length <= 0,
}"
></v-autocomplete>
/>
<p class="text-caption mt-2">
Tippen Sie den Bezeichner des Gesundheitsamtes, die
<strong>Postleitzahl</strong> oder den <strong>Ort</strong> ein, um
nach dem Empfänger zu suchen.
</p>
<v-text-field
v-model="form.model.subject"
label="Betreff"
Expand Down

0 comments on commit 032a648

Please sign in to comment.