nek-ui icon indicating copy to clipboard operation
nek-ui copied to clipboard

UI components based on RegularJS

Results 66 nek-ui issues
Sort by recently updated
recently updated
newest added

If user upload file name contains & symbol, the download file type will missing.

kl-radio-group组件和其他选择框是联动的, 选择框切换的时候都要清空radio的选项,将radio的value置为空, radio并不会取消选择了的项, https://codepen.io/xiechuanlong/pen/GPagKQ

![image](https://user-images.githubusercontent.com/2803069/49055707-8ac1a300-f233-11e8-8258-166f3e9b1499.png) 不知道是什么原因,是什么参数没有设置对吗?

tab快速切换时table报错,节点已经注销了去获取会报null:[codepen](https://codepen.io/coldq/pen/ZMNgrg)。 增加判空。

nek-ui/src/js/components/form/KLSelect/index.html 72行 {#if canSelectAll && multiple && item_index == 0 && (canSearch && !searchValue)}

``` 选择的是:{value} rootValue: {rootValue} clear: function(){ this.rootValue = ''; } change: function(){ this.rootValue = '1'; } ``` 使用上述clear方式无法将kl-multi-select的选择清空; 使用上述change方式无法将kl-multi-select的选择修改。