jd-opensource / jd-opensource/taro-ui
AtIndexes组件onScrollIntoView不生效
Open
- Dominant language
- TypeScript
- Stars
- 4.7k
- Forks
- 740
- PR merge metrics
- No merged PRs in 30d
Description
**问题描述**
AtIndexes组件onScrollIntoView不生效
点右边字母索引,会弹窗,没跳转到该字母所在区域,
搜索key不生效,错、
**复现步骤**
```js
// { this.scrollIntoView = fn }}
>
handleActionClick(e) {
this.scrollIntoView && this.scrollIntoView(key)
}
```
**期望行为**
点击索引/搜索索引生效
**报错信息**
搜索 报 key is not defined
**系统信息**
**补充信息**
Contributor guide
Assessment
This issue has not been assessed yet.