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

![image](https://user-images.githubusercontent.com/13317454/27940726-06ac4166-62ff-11e7-937b-0a4b6279f9b2.png)

优化

优化alignment,增加自动计算位置;修改dropdown使用alignment

在 tabs 初始化的时候会维持一个数组 tabs 用于渲染标题,然而数据动态变化的时候这个数组并不会清空,属于**有状态**的,需要改为无状态的纯展示型组件

缺陷

场景举例: 在更改搜索条件搜索后, 调用者会把页码置为1, 此时触发了on-select, 多发了一次请求.

缺陷

具体表现: ![](http://olz3b8fm9.bkt.clouddn.com/17-5-19/18781230-file_1495165840121_159d9.gif)

缺陷