weui-miniprogram icon indicating copy to clipboard operation
weui-miniprogram copied to clipboard

小程序WeUI组件库

Results 75 weui-miniprogram issues
Sort by recently updated
recently updated
newest added

icon中没有添加color,无法修改对勾图标颜色, properties: { multi: { type: Boolean, value: true }, checked: { type: Boolean, value: false }, value: { type: String, value: '' }, label: { type: String, value: 'label'...

请问下searchbar组件,怎么在点击搜索结果的时候关闭搜索结果的面板

` ` 此时是一个slideview 高度为400px,

失焦自动回弹:点击其他地方自动隐藏 控制打开关闭:可以通过获取组件实例调用关闭/打开的method

toptips和navigation-bar一起用的时候被遮挡能否做一下这个兼容?

期望新增支持上下左右滑动的日历切换组件 ![image](https://user-images.githubusercontent.com/27394381/76372827-a04fd300-6379-11ea-9335-e6ea62c55ea3.png)

未作任何修改,执行`npm test`报错如下: ```sh PASS test/wx.test.js FAIL test/index.test.js ● render TypeError: Cannot read property 'attach' of undefined 6 | 7 | const parent = document.createElement('parent-wrapper') > 8 | component.attach(parent) | ^...

Slideview在企业微信上无效,在普通微信上一切正常 {{item.agendaname}}/{{item.agendaenname}} {{item.begintime}}-{{item.endtime}} {{item.status}} {{item.reportorname}} {{item.locationname}}/{{item.locationenname}}

wx.getMenuButtonBoundingClientRect 在attached里面调用发现获取的值都为0. 在ready里面调用才用值,能否修复更新一下这个bug?