Skip to content

Commit

Permalink
Merge pull request #515 from scireum/fak/IESelect2Fix
Browse files Browse the repository at this point in the history
Fix singleSelect on IE
  • Loading branch information
andyHa authored Nov 5, 2018
2 parents 54c7bd8 + e0ecbbd commit a3ee5b5
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,7 @@

field.select2({
allowClear: field.data('optional'),
___if(!call.getUserAgent().isInternetExplorer()) {
placeholder: '@i18n("template.html.select2.selection")',
}
placeholder: '@i18n("template.html.select2.selection")',
dropdownParent: field.parent(),
minimumInputLength: 0,
tags: field.data('dynamic-option'),
Expand Down Expand Up @@ -199,9 +197,7 @@

field.select2({
allowClear: field.data('optional'),
___if(!call.getUserAgent().isInternetExplorer()) {
placeholder: '@i18n("template.html.select2.selection")',
}
placeholder: '@i18n("template.html.select2.selection")',
dropdownParent: field.parent(),
tags: field.data('dynamic-option'),
minimumResultsForSearch: 10,
Expand Down

0 comments on commit a3ee5b5

Please sign in to comment.