Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit 6b74bda

Browse files
committed
Update Selectize to version 0.13.3
1 parent 3f04f5d commit 6b74bda

File tree

8 files changed

+23
-5033
lines changed

8 files changed

+23
-5033
lines changed

app/assets/javascripts/activeadmin/selectize/selectize.js

Lines changed: 2 additions & 3890 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/assets/javascripts/activeadmin/selectize/selectize.min.js

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/assets/stylesheets/activeadmin/selectize/selectize.bootstrap2.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
2-
* selectize.bootstrap2.css (v0.12.6) - Bootstrap 2 Theme
2+
* selectize.css (v0.13.3)
33
* Copyright (c) 2013–2015 Brian Reavis & contributors
4+
* Copyright (c) 2020 Selectize Team & contributors
45
*
56
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
67
* file except in compliance with the License. You may obtain a copy of the License at:
@@ -12,6 +13,7 @@
1213
* governing permissions and limitations under the License.
1314
*
1415
* @author Brian Reavis <brian@thirdroute.com>
16+
* @author Ris Adams <selectize@risadams.com>
1517
*/
1618
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
1719
visibility: visible !important;
@@ -215,6 +217,9 @@
215217
.selectize-input > input:focus {
216218
outline: none !important;
217219
}
220+
.selectize-input > input[placeholder] {
221+
box-sizing: initial;
222+
}
218223
.selectize-input::after {
219224
content: ' ';
220225
display: block;

0 commit comments

Comments
 (0)