fix: dataPicker dropdownClassName not wroking

This commit is contained in:
tjz 2018-07-27 20:37:02 +08:00
parent 8560f0eb48
commit 02ab242197

View File

@ -41,6 +41,7 @@ const Picker = {
PropTypes.arrayOf(MomentType),
]),
align: PropTypes.object.def({}),
dropdownClassName: PropTypes.string,
},
mixins: [BaseMixin],