form校验之 页面视图定位到 未填写的必填项界面

110 阅读1分钟

Element.scrollIntoView()

该功能实现主要用到浏览器的 scrollIntoView 方法 :

思路: 触发form 校验规则时 # Ant Design Vue 会给校验失败的表单项添加 特定的类名 document.querySelector获取对应元素 并调用 scrollIntoView 方法 developer.mozilla.org/zh-CN/docs/…

image.png