We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 843f1dd commit 77e0123Copy full SHA for 77e0123
src/Autocomplete/CHANGELOG.md
@@ -3,6 +3,7 @@
3
## Unreleased
4
5
- Fix issue where `max_results` was not passed as a Stimulus value (#538)
6
+- Add all possible stylesheets for tom-select to the autoimport to choose from
7
8
## 2.5.0
9
src/Autocomplete/assets/package.json
@@ -13,7 +13,9 @@
13
"fetch": "eager",
14
"enabled": true,
15
"autoimport": {
16
- "tom-select/dist/css/tom-select.default.css": true
+ "tom-select/dist/css/tom-select.default.css": true,
17
+ "tom-select/dist/css/tom-select.bootstrap4.css": false,
18
+ "tom-select/dist/css/tom-select.bootstrap5.css": false
19
}
20
21
0 commit comments