Skip to content

Commit c71be79

Browse files
committed
fix: dataPicker dropdownClassName not wroking
1 parent 94b507b commit c71be79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/vc-calendar/src/Picker.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ const Picker = {
4141
PropTypes.arrayOf(MomentType),
4242
]),
4343
align: PropTypes.object.def({}),
44+
dropdownClassName: PropTypes.string,
4445
},
4546
mixins: [BaseMixin],
4647

0 commit comments

Comments
 (0)