Skip to content

Commit

Permalink
Fix for adding tags that are substrings of existing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaddles23 authored May 30, 2017
1 parent cc0c40f commit 521b3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/partials/inputs/tags.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
$('#{{ $field_id }}').select2({
tags: true,
multiple: true,
dropdownCssClass: 'hide',
//dropdownCssClass: 'hide',
{!! app('soda.form')->buildJsParams($field_parameters['settings']) !!}
});
});
Expand Down

0 comments on commit 521b3a7

Please sign in to comment.