- Adjust trigger order of
onChange
&onSelect
- Multiple mode also support
showArrow
- Add loading className
- Add an additional className when popup is empty
- Added
loading
prop. - Allow search Option Group title.
- Added
dropdownRender
prop.
- Adjust focus / blur logic
- Space support open select
open
support controlled
- Add inputIcon, clearIcon, removeIcon.
- Add id prop.
- Support data attributes. react-component#305
- Refactoring: Migrate to new lifecycle methods react-component#291
- Upgrade rc-menu to 7.0.1
- Add prop
autoClearSearchValue
.
- Fix: value is wrong when blur react-component#290
- Refactoring: update state.value format react-component#277
- Fire change on blur for tags mode react-component#271
- Fix defaultFilter can not filter array children react-component#276
- Add onInputKeydown
- Add onPopupScroll.
- Allow numbe value in Option
- Add maxTagCount and maxTagTextLength react-component#224
- Add showAction react-component#224
- Add onMouseEnter and onMouseLeave react-component#238
- Add focus() and autoFocus
- add backfill in single/combobox mode
- support allowClear in multiple/tags mode
- support getInputElement react-component#145
- add tokenSeparators for multiple and tag mode
- auto expand input in ie10/11 react-component#93
- realign when value change. react-component#92
- support onBlur
- 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