Skip to content

Commit

Permalink
Merge branch '5.0/autocomplete-multiple-email-inputs' into 5.0-trunk
Browse files Browse the repository at this point in the history
cbrandtbuffalo committed May 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents ae0b6da + 2ae9ae6 commit 338a079
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions html/RTIR/Create.html
Original file line number Diff line number Diff line change
@@ -241,7 +241,7 @@
</div>
<div class="value col-9">
<& /Elements/EmailInput,
Name => 'Requestors', Default => $ARGS{'Requestors'}, Size => undef,
Name => 'Requestors', Default => $ARGS{'Requestors'}, Size => undef, AutocompleteMultiple => 1,
&>
</div>
</div>
@@ -265,7 +265,7 @@
</div>
<div class="value col-9">
<& /Elements/EmailInput,
Name => 'Cc', Default => $ARGS{'Cc'}, Size => undef,
Name => 'Cc', Default => $ARGS{'Cc'}, Size => undef, AutocompleteMultiple => 1,
&>
</div>
</div>
@@ -277,7 +277,7 @@
</div>
<div class="value col-9">
<& /Elements/EmailInput,
Name => 'AdminCc', Default => $ARGS{'AdminCc'}, Size => undef,
Name => 'AdminCc', Default => $ARGS{'AdminCc'}, Size => undef, AutocompleteMultiple => 1,
&>
</div>
</div>

0 comments on commit 338a079

Please sign in to comment.