Skip to content

Commit

Permalink
ContactGroupForm: Remove contact by clicking on them
Browse files Browse the repository at this point in the history
Make input read-only to delete it with a click
  • Loading branch information
sukhwinder33445 committed Feb 28, 2025
1 parent 364c47d commit 7cc3eb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/forms/ContactGroupForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ protected function assemble(): void
]
))
->setVerticalTermDirection()
->setReadOnly()
->setSuggestionUrl(
Links::contactGroupsSuggestMember()->with(['showCompact' => true, '_disableLayout' => 1])
)
Expand Down

0 comments on commit 7cc3eb0

Please sign in to comment.