- remove searchPlaceholder
- remove defaultLabel/label
- add labelInValue prop to control label
- support dropdownAlign
- support value type to be number
- add getPopupContainer prop
- scroll to active item when open menu on single mode
- add defaultActiveFirstOption prop
- fix disabled for old ie
- add choiceTransitionName prop
- do not hide dropdown on multiple or tag mode
- only support react 0.14+
- auto adjust position if visible region is not enough
- add label for onChange listener
- make value a controlled value
- add defaultValue prop
- remove renderDropdownToBody prop. defaults to true
implement searchPlaceholder to prevent bug for ie10
use rc-animate & rc-align. (assets change)
new
support dropdownStyle dropdownMenuStyle prop
new
#17 support render dropdown to body
improved
#15 fix input in multiple mode
new
#13 add maxTagTextLength
new
#6 add OptGroup
new
support showSearch/animation/transitionName/disabled props
new
#2 support tags config