CHANGED
drop React Element from label when dropElementFromLabel is true
CHANGE
add title which is different with label for option
CHANGED
fix a bug when fetchMethod is not set
CHANGED
add new prop fetchHeader
FIXED
fix a check logic
NEW
add prop valueStrictMode
NEW
add loadingView while fetching data from remote source; bump up test coverage over 90%
NEW
pass new prop rcRef to uxcore-select2, so we can get the inside RcSelect ref in case need to call it's public methods
NEW
new prop renderView, which should be a user defined function to render selected options under view modeCHANGED
implement all available props supported by rc-select
CHANGED
props.dropdownAlign.points from ['tr', 'br', 'tl', 'bl'] to ['tl', 'bl', 'tr', 'br']
FIXED
optionTextRender lost optionFilterProp
CHANGED
add prop optionTextRender; add default dropdownAlign prop value to support tr,br align
FIXED
fix default value of propmethod
NEW
new propmethod
CHANGED
filterOption can be overriden,
CHANGED
use comma splitter in view modeFIXED
getFullData fail to work
CHANGED
support value is {value, text}CHANGED
support jsxdata is {key, label}NEW
new propuseValueText
CHANGED
pass other data item to Option
CHANGED
adapt React 16
CHANGED
new api getFullData
FIXED
jsxonChange cannot fire correctly
CHANGED
jsxdata supportdisabled
CHANGED
remove deprecated warning
CHANGED
remove the weird logic that value can not be set if combobox is true.
CHANGED
fit React@15
CHANGED
pass propsize
CHANGED
useFormField
originalhandleDataChange
CHANGED
pass proponFocus
,onBlur
to Select
FIXED
fetchData when didMount fails to work
FIXED
value cannot be reset by null
CHANGED
fetchData when url is changed
CHANGED
add new propcloseOnSelect
CHANGED
updateuxcore-form-field
to ~0.2.0
CHANGED
show key if label is not found in view mode
CHANGED
updateuxcore-select2
to ~0.4.0
FIXED
me.props.handleDataChange is not silent when value change.
CHANGED
replace method name generateOptionsFromData with _generateOptionsFromData to fix SearchFormField bug
CHANGED
jQuery freeCHANGED
abort search request if next request is called.NEW
add new propsearchDelay
to debounce search action.
CHANGED
update dependecyuxcore-select2
to ~0.3.0
CHANGED
componentWillReceiveProps do not trigger form onChange
CHANGED
passlabelInValue
to Select
FIX
fix server render bug
FIX
fix view mode bug in only jsxdata mode.
NEW
propjsxdata
support array like [{value: xxx, text: xxx}]
CHANGED
add defaultProps inprototype.js
FIX
fix bug in view modeCHANGED
remove the wrapper in single mode
CHANGED
addcanDropto
inprototype
NEW
add visual engine support