Skip to content

Commit

Permalink
TermInput: Always enable multi completion
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Aug 9, 2023
1 parent bd217c7 commit 322c973
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FormElement/TermInput.php
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ public function getValueAttribute()
'autocomplete' => 'off',
'data-term-separator' => ',',
'data-enrichment-type' => 'terms',
'data-with-multi-completion' => true,
'data-no-auto-submit-on-remove' => true,
'data-data-input' => '#' . $dataInputId,
'data-term-input' => '#' . $termInputId,
Expand Down

0 comments on commit 322c973

Please sign in to comment.