-
Class string error
-
Add support for Czech
-
feat: exposure `on-focus` and `on-blur` event in <AutoComplete>
-
Lack of space causes style display errors
-
修复autoComplete的on-change事件的bug
-
fix: calling Spin.hide() continuously
-
Refactor select, fix tab/keyboard navigation
-
Add open change event to color picker
-
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.
-
Correct values passed to checkLimits method
-
使用:value绑定的时候,RadioGroup并不能正常切换。
-
当使用v-model绑定value的时候on-change事件只会在第一次触发。