-
fix: calling Spin.hide() continuously
-
Refactor select, fix tab/keyboard navigation
-
rate组件添加allowClear属性,通过点击可以把当前评分清零
-
修复RadioGroup只能在使用v-model绑定的情况下才能正常使用的bug。
-
fixed in multiple type, when select some options, the position of popper not recalculation, so the position is wrong. By the way, it resolve the problem: when select one option, scroll page, throw many errors of popper.
-
使用:value绑定的时候,RadioGroup并不能正常切换。
-
inputNumber组件添加placeholder属性
-
Add button type in carousel
-
update table
-
Expose changed date component
-
实现InputNumber获取焦点时选中已有值,增加on-focus的返回值event。