We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ed5a0 commit ea661faCopy full SHA for ea661fa
CHANGELOG.md
@@ -1,7 +1,14 @@
1
+## v2.6.5
2
+
3
+> `2023-10-16`
4
5
+### 🐞 Bug Fixes
6
+ - Type fixes.
7
8
## v2.6.4
9
10
> `2023-10-14`
->
11
12
### 🐞 Bug Fixes
13
- Type fixes.
14
src/Multiselect.d.ts
@@ -98,7 +98,7 @@ interface MultiselectProps {
98
locale?: string;
99
fallbackLocale?: string;
100
searchFilter?: Function;
101
- allowAbsent?: object;
+ allowAbsent?: boolean;
102
appendToBody?: boolean;
103
closeOnScroll?: boolean;
104
breakTags?: boolean;
0 commit comments