Skip to content

Commit 9cc3da5

Browse files
committed
v2.9.4
1 parent 123ec96 commit 9cc3da5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-multi-date-picker",
3-
"version": "2.9.5",
3+
"version": "2.9.6",
44
"description": "a simple React datepicker component for working with gregorian, persian, arabic and indian calendars with the ability to select the date by single, multiple and range pickers.",
55
"main": "./build/index.js",
66
"types": "index.d.ts",

src/components/date_picker/date_picker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function DatePicker(
5959
onPropsChange,
6060
digits,
6161
readOnly,
62-
shadow,
62+
shadow = true,
6363
...otherProps
6464
},
6565
outerRef

0 commit comments

Comments
 (0)