Skip to content

Commit 99069c0

Browse files
committed
Changelog
1 parent 33b5759 commit 99069c0

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/Autocomplete/CHANGELOG.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,6 @@
33
## 2.8.0
44

55
- Added support for using [OptionGroups](https://tom-select.js.org/examples/optgroups/).
6-
`options` and `optgroups`
7-
8-
```json
9-
{
10-
"results": {
11-
"options": [
12-
{ "value": "1", "text": "Pizza", "group_by": ["food"] },
13-
{ "value": "2", "text": "Banana", "group_by": ["food"] }
14-
],
15-
"optgroups": [{ "value": "food", "label": "food" }]
16-
}
17-
}
18-
```
196

207
## 2.7.0
218

0 commit comments

Comments
 (0)