Chryseis

Results 6 issues of Chryseis

如果我希望轮播是垂直方向的 参数需要如何修改?

### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...

bug :beetle:
blocked/need-repro

![image](https://github.com/berstend/puppeteer-extra/assets/13757352/0caa958e-41a9-47d1-a921-dc46ea16c652)

issue: bug report
needs triage

when children component changed, react-iscroll can't recalculate the height. ![image](https://user-images.githubusercontent.com/13757352/31044357-6f20bbfc-a600-11e7-91e4-44259913aa66.png) ![image](https://user-images.githubusercontent.com/13757352/31044381-e2588cb2-a600-11e7-8925-2da4fbe18ae7.png) source code:https://github.com/Chryseis/elemDemo4React

![image](https://user-images.githubusercontent.com/13757352/173789986-7c039b87-d214-4de5-95b1-d28a0f368e03.png) ![image](https://user-images.githubusercontent.com/13757352/173790106-589eadf2-f535-4cde-9b58-27d3e716987b.png)

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 在ProTable columns中配置了一个远程下拉搜索框 ```javascript { title: '测试', dataIndex: 'test', hideInTable: true, valueType: 'select', request: async params => { console.log(params) const result = await fetchData({ name:...