- enable
hidden
,disabled
props in OptionListItem for<Select/>
customStyleOptionListWrapper
for<Select/>
classNameInputBoxItem
for<Checkbox/>
title
andellipsis
for<Select/>
option item
- fix bug of cached disabled in
<Select/>
handleOnItemClick
- Fix potential bug for
<Select/>
- Remove
zh-CN
as an option tovalidationOption.locale
in order to reduce size
- Add
decimalSeparator
to<Textbox>
validationOption
. e.g.decimalSeparator: ','
'0.5' => '0,5'
- Add
decimalSeparator
to<Textbox>
validationOption
. e.g.decimalSeparator: ','
'0.5' => '0,5'
(forgot to compile)
- Update readme and for cdnjs updating
- Remove classname hash
- Update readme
- Fix 'undefined' classname for
__container
- Remove lib folder for github
- Update readme
- Update peerDependencies
- Update readme
- Update readme
- Minor fix for
<Select/>
- Minor fix for
<Select/>
- Add
icon
into<Select/>
'soptionList
[{id: '1', name: 'Twin Peaks']
=>[{id: '1', name: 'Twin Peaks', icon: 'optional']
- Replace
classNameOptionListContainer
withclassNameOptionListWrapper
and provide newclassNameOptionListContainer
& change className'options-container'
to'options-wrapper'
in<Select/>
- Add
shouldRenderMsgAsHtml
to componentsvalidationOption
, in case you need to render html inside yourmessages
as stated in issue #29