vant icon indicating copy to clipboard operation
vant copied to clipboard

A lightweight, customizable Vue UI library for mobile web apps.

Results 183 vant issues
Sort by recently updated
recently updated
newest added

### 这个功能解决了什么问题? 现在选完日期之后,需要提示用户下一步还要选择另一段,所以要求给一个提示,这样对用户体验更好 ### 你期望的 API 是什么样子的? 增加一个插槽用于展示tooltip,并且增加一个props控制是否展示这个自定义tooltip

feature: need confirm

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [terser](https://terser.org) ([source](https://redirect.github.com/terser/terser)) | [`^5.34.1` -> `^5.36.0`](https://renovatebot.com/diffs/npm/terser/5.34.1/5.36.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/terser/5.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@rsbuild/core](https://rsbuild.dev) ([source](https://redirect.github.com/web-infra-dev/rsbuild/tree/HEAD/packages/core)) | [`1.0.15` -> `1.0.16`](https://renovatebot.com/diffs/npm/@rsbuild%2fcore/1.0.15/1.0.16) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@rsbuild%2fcore/1.0.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

### Reproduction Link no ### Vant Version 4.8.5 ### Describe the Bug 经过我的多次测试,如果在滑动的过程中点确定按钮的话,会导致保存的还是上次的值。 ### Reproduce Steps ` queding import { nextTick } from 'vue'; import { onMounted } from 'vue';...

need reproduce
bug: need confirm

### Reproduction Link https://codesandbox.io/p/live/5a77dba7-1034-458c-9cf3-fa00a2234aa7 ### Vant Version 2.x ### Describe the Bug Field type="textarea" autosize 在非 body 滚动区域时,输入内容直至产生的滚动条,点击 header 部分页面会往上跳。 ### Reproduce Steps 见 demo ### Device / Browser _No...

bug: need confirm

### Reproduction Link https://vant-ui.github.io/vant/#/zh-CN/dialog ### Vant Version 4.9.3 ### Describe the Bug 官方文档中的 Demo 就可以重现,在右侧的 Preview 中,打开一个 Dialog,然后敲击键盘的“Enter”键,Dialog会被关闭。 这应该不属于Bug,可能是开发人员为 Dialog 实现的键盘辅助能力。 但是这个功能在移动设备中并没有实际意义。 同时在使用扫码仪的设备上会引发一个Bug,因为大部分扫码设备都是通过 keyborad 事件进行输入的,并且会在输入完成时输入“Enter”, 这就会导致 Dialog 被确认。 是否可以提供一个选项来关闭这个键盘控制的能力? ###...

💡 feature

解决该 issue 中提到的第 1 个问题: #13084

change: fix

### 重现链接 https://codesandbox.io/p/live/27705654-b41f-4c9c-b94a-c28fad46f48c ### Vant 版本 4.9.3 ### 描述一下你遇到的问题。 FloatingPanel 在多个锚点时, 选择中间锚点时无法滚动到最底部 ### 重现步骤 1、初始化默认选择第二个锚点 2、滚动底部 3、无法滚动到最底部 ### 设备/浏览器 谷歌

🐞 bug

offset 为负数时,边距按right、bottom计算

change: fix

### 重现链接 https://codesandbox.io/p/devbox/vant-4-issue-template-forked-vf5yw2?file=%2Fsrc%2FApp.vue%3A5%2C15 ### Vant 版本 4.9.7 ### 描述一下你遇到的问题。 van-calendar在一加手机微信里面打开默认没有数据,滑动一下后才会出现 oneplus 8pro IN2020 安卓版本 13.1.0.190(cn01) 微信版本 8.0.51 线上访问地址:https://testwork.huabeizhenxuan.com/#/trend/price ![a8444d640c8396dd27205b119462d5fd](https://github.com/user-attachments/assets/6b26babb-9522-4091-9bdf-5f958d5eeb5e) ### 重现步骤 1点击时间弹出van-calendar ### 设备/浏览器 oneplus 8pro IN2020,安卓版本 13.1.0.190(cn01),微信版本 8.0.51

bug: need confirm