-
DatePicker: weekStartDay did not influence the order of the weekdays in the header
-
New feature: Scroll component
-
Check if isNaN so we don't ignore value of zero
-
update badge
-
Pr/2036
-
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
-
refactor and reduce code logic
-
Return empty string if the date input doesn't parse
-
remove Array.find to make IE11 happy
-
Add week start (locale setting)
-
修复table里嵌套table报 Cannot read property 'width' of undefined"的错误