-
remove unused code, small refactor
-
New feature: Scroll component
-
fire change on "input" event
-
Add readonly prop to input-number
-
Remove unused and typo cursor style in ColorPicker
-
Check if isNaN so we don't ignore value of zero
-
Re-use pr1281
-
update badge
-
Pr/2036
-
DRY message/index.js and add unit tests
-
Resolved the bug of badge when setted 'dot' attribute, the dot does not hide after setting ': count = "0" ' (the type of 0 is number not string)
-
修正`FormItem`使用`:error`动态设置错误信息后,`validateState`的值`error`永远无法清空的BUG
-
README update suggestions
-
refactor and reduce code logic