Skip to content

Commit ea661fa

Browse files
committed
chore: cl, version
1 parent 62ed5a0 commit ea661fa

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1+
## v2.6.5
2+
3+
> `2023-10-16`
4+
5+
### 🐞 Bug Fixes
6+
- Type fixes.
7+
18
## v2.6.4
29

310
> `2023-10-14`
4-
>
11+
512
### 🐞 Bug Fixes
613
- Type fixes.
714

src/Multiselect.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ interface MultiselectProps {
9898
locale?: string;
9999
fallbackLocale?: string;
100100
searchFilter?: Function;
101-
allowAbsent?: object;
101+
allowAbsent?: boolean;
102102
appendToBody?: boolean;
103103
closeOnScroll?: boolean;
104104
breakTags?: boolean;

0 commit comments

Comments
 (0)