Skip to content

Commit 7cc3eb0

Browse files
ContactGroupForm: Remove contact by clicking on them
Make input read-only to delete it with a click
1 parent 364c47d commit 7cc3eb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

application/forms/ContactGroupForm.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ protected function assemble(): void
5353
]
5454
))
5555
->setVerticalTermDirection()
56+
->setReadOnly()
5657
->setSuggestionUrl(
5758
Links::contactGroupsSuggestMember()->with(['showCompact' => true, '_disableLayout' => 1])
5859
)

0 commit comments

Comments
 (0)