fix: dataPicker dropdownClassName not wroking
parent
94b507b6da
commit
c71be7990e
|
@ -41,6 +41,7 @@ const Picker = {
|
||||||
PropTypes.arrayOf(MomentType),
|
PropTypes.arrayOf(MomentType),
|
||||||
]),
|
]),
|
||||||
align: PropTypes.object.def({}),
|
align: PropTypes.object.def({}),
|
||||||
|
dropdownClassName: PropTypes.string,
|
||||||
},
|
},
|
||||||
mixins: [BaseMixin],
|
mixins: [BaseMixin],
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue