fix: dataPicker dropdownClassName not wroking
parent
8560f0eb48
commit
02ab242197
|
@ -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