iview-weapp
iview-weapp copied to clipboard
一套高质量的微信小程序 UI 组件库
设置两个按钮显示偏下,不居中,中间的分割线也没有 `deleteActions: [ { name: '取消' }, { name: '删除', color: '#ed3f14', loading: false } ]` ` 删除后无法恢复哦 `
https://github.com/TalkingData/iview-weapp/blob/d3772ea81c21c21f5c63bc11ece029d95688e846/src/input/index.js#L39-L41 源码在此处设置input的默认最大值maxlength=-1即可解决。如下: maxlength: { type: Number, value: -1 } 如果直接复制文件夹dist/使用,在dist/input/index.js中line39-41处手动添加value: -1即可。
最近在做项目过程中,遇到客户提出给表单添加 Tooltip 提示,翻遍了文档也没找到,最后是自己手写了一个,什么时候 iView Weapp 可以加上这个API呢
input组件在没有设置maxlength时,在模拟器中无法输入,请确认
Bumps [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option...
Bumps [qs](https://github.com/ljharb/qs) and [qs](https://github.com/ljharb/qs). These dependencies needed to be updated together. Updates `qs` from 6.5.2 to 6.5.3 Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix]...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Drawer 抽屉只有左右弹出,希望出个底部弹出
Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.0.4 and updates ancestor dependency [gulp](https://github.com/gulpjs/gulp). These dependencies need to be updated together. Updates `minimatch` from 0.2.14 to 3.0.4 Commits e46989a v3.0.4 ddfacbd update brace-expansion 55ed736 update...