FEAT
语言包改造兼容 en_US 和 zh_CN (#35))
FEAT
多语言改造
FEAT
新增 useFullPathValue
FEAT
新增 onlyStringValue(boolean) prop,以解决只存取 code 的场景,不需要重复二次处理数据结果
FIX
当 isMustSelectLeaf 为 true ,外部又设置过 ['leafCode'] 这种只有叶子节点的值时,会造成无法回填及二次选择。
FEAT
async load will be occurred after clicking a item of search result.
FIX
state not change when component destroy
FIX
fix autocomplete dropdown max height
UPDATE
optionFilter ignore camel-case.
FIXED
modified option[].children empty logic.
FIXED
Can not get the right value when there is not any children and isMustSelectLeaf=true.ADD
Separate the CascadeSubmenu Component.ADD
props.cascaderHeight
CHANGED
style adjustment
FIXED
can not clear value from outside.
CHANGED
support js style export
NEW
: New feature, new props optionFilterProps and optionFilterCount for filter by keywords
FIXED
: onOk click should not occurred when isMustLeaf is true
FIXED
: Fix column width.
FIXED
Display props.value when options is empty at runtime.
NEW
Display value when options not found.
FIXED
The selected text could not be displayed in the input when showSearch is true.
NEW
add 'dropdownClassName' propNEW
add 'showSearch' and 'onSearch' prop
NEW
add description display feature
CHANGED
updateuxcore-dropdown
to^0.5.0
CHANGED
updateuxcore-select2
to^0.5.0
CHANGED
: upgrade react16
FIXED
: placeholder color follow Select2 placeholder color.
FIXED
: Could not occur onChange by clicking clear button when props.isMustSelectLeaf is true.
FIXED
: get selectedOptions error
FIXED
: fixed selectedOptions[0].hasOwnProperty error
FIXED
: modified disabled style priority.CHANGED
: updated dropdown dom structure and style.
FIXED
: revert to 0.5.6
FIXED
: modified disabled style priority.
FIXED
: could not clear display-value from outside.
CHANGED
: optimized visual display
FIXED
: the component's height has 2 px more in the small or middle size mode.
FIXED
: the selection has no display result after clear the first selection.
FIXED
: input has duplicated onChange event in IE11 browser under search mode.
NEW
: searchOption propNEW
: 'search' option of displayModeFIXED
: give value before options could not display the result
NEW
: onSelect prop
NEW
: isMustSelectLeaf: whether or not to select the leaf option
CHANGED
: react 15
NEW
: size prop
NEW
: columnWidth prop, remove dropDownWidth prop
FIXED
: hover and focus color.
FIXED
: arrow color.
FIXED
: default color is transparent.
New Feature
: add select display mode.
NEW
: trigger onChange when on clickthe ok button
.
FIXED
: display selection text immediately when thechangeOnSelect=true
FIXED
:dropDownWidth
prop type check.
NEW
: new prop,dropDownWidth
(number): define the dropdown width.
NEW
: new display mode,miniMode=false
will display the rich style with button and selection.
CHANGED
update i18n.
NEW
: Pass the only[key]
as the value will be treated as the choosed leaf key.FIXED
:e.stopPropagation()
when click the clear button.
NEW
add new propgetPopupContainer
CHANGED
updateuxcore-dropdown
to~0.4.0
FIXED
even if default value is error, options should show correctly #11
FIXED
throw error if options cannot match value #9
CHANGED
another efficient way to fix issue #7
CHANGED
subMenu won't be hide before selected options's length is larger than cascadeSize when cascadeSize is not equal to options level. #7
FIXED
add support for browsers that does not implement array.prototype.find.
CHANGED
beforeRender default value optimazition
FIXED
input height bug
FIXED
fix value/onChange logic
CHANGED
remove dependency rc-trigger (trigger bug has been fixed)
FIXED
specify rc-trigger@~1.6.0