ViewUIPlus icon indicating copy to clipboard operation
ViewUIPlus copied to clipboard

An enterprise-level UI component library and front-end solution based on Vue.js 3

Results 204 ViewUIPlus issues
Sort by recently updated
recently updated
newest added

auto-complete组件,加上maxlength属性,支持最大长度截取

### Environment 谷歌 ### Reproduction link [https://www.iviewui.com/view-ui-plus/component/form/input](https://www.iviewui.com/view-ui-plus/component/form/input) ### Steps to reproduce 开启append和字数统计 ### What is expected? 不覆盖 ### What is actually happening? 目前覆盖

### Environment vue3 ### Reproduction link [https://run.iviewui.com/tdloaqDL](https://run.iviewui.com/tdloaqDL) ### Steps to reproduce 搜索 下拉回显只有选中的一条 其他数据未显示出来 ### What is expected? 显示其他所有数据 选中的一条高亮 ### What is actually happening? 显示其他所有数据 选中的一条高亮

官网例子 https://run.iviewui.com/0ksVgt2k @on-sort-change 回调参数总数显示第一列的信息

### What problem does this feature solve? 更新countUp.js版本至2.x https://github.com/inorganik/countUp.js ### What does the proposed API look like? const countUp = new CountUp('targetId', 5234); if (!countUp.error) { countUp.start(); } else {...

### Environment macos, windows, chrome, safari, vue3 ### Reproduction link [https://run.iviewui.com/LJIH80rM](https://run.iviewui.com/LJIH80rM) ### Steps to reproduce select搜索输入几个字符,逐一删除,删除空的时候,remote-method不被触发。 ### What is expected? 删除空的时候remote-method也要被触发,否则官方文档的示例代码中的“if (query !== '') {” 有何意义? ### What is actually...

### Environment macOS/chorme104/vue3.2.36 ### Reproduction link [https://run.iviewui.com/esci74gr](https://run.iviewui.com/esci74gr) ### Steps to reproduce 刷新进入、无法正确回显 ### What is expected? 正确回显 ### What is actually happening? 无法回显 --- vue2版本的iview正常、期望和vue2版本保持一致就好,项目升级了vue3,iview升级到了view-ui-plus 希望组件表现形式保持一致,项目使用场景较多

AutoComplete 的默认内容插槽 ``` html {{ item }} ``` #### 问题: i-option 插槽用来显示内容项,这一个点并不友好,它是你这个控件的基本功能,别忘了你还有一个计算函数filteredData呢,这个filteredData内部调用了props.filterMethod。如果外部使用时,自定义了这个插槽,你的filterMethod就失效了。 #### 建议: ``` {{ item }} ``` 如果不改实现,那么就请在文档里指出`自定义`显示会导致filter-method失效!

### Environment mac ### Reproduction link https://run.iviewui.com/RysOLvwB ### Steps to reproduce 如上链接,动态显示操作栏 动态render = 展开卡1s左右,这种感觉还能忍受。项目里(包括父子项)的大约有100多条记录。除了前面两个是自定义的还有表格columns、其他列表columns项渲染。 ### What is expected? 希望各位能有优化思路。 ### What is actually happening? 刚进来卡5s左右,随后滚动卡2-3s,然后会稍微流畅些。当展开或者收起时出现卡顿,预计卡顿在5s左右,随后滚动卡一下。操作一下卡一下。