fix: dataPicker dropdownClassName not wroking

pull/165/head
tjz 2018-07-27 20:37:02 +08:00
parent 94b507b6da
commit c71be7990e
1 changed files with 1 additions and 0 deletions

View File

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