DouyinFE / semi-design

🚀A modern, comprehensive, flexible design system and React UI library. 🎨 Provide more than 3000+ Design Tokens, easy to build your design system. Make Semi Design to Any Design. 🧑🏻‍💻 Design to Code in one click
https://semi.design
Other
8.19k stars 695 forks source link

[Select] 浮层闪烁,手动指定弹出方向后仍然闪烁 #587

Closed DaiQiangReal closed 1 year ago

DaiQiangReal commented 2 years ago

Which Component 出现bug的组件

semi-ui version

Expected result 期望的结果是什么

Actual result 实际的结果是什么

Steps to reproduce 复现步骤

https://user-images.githubusercontent.com/29626873/152736009-261b98d2-b5f5-4836-9787-897c4c02c9e6.mov

Reproducible code 复现代码

import React from 'react';
import { Select } from '@douyinfe/semi-ui';

() => (
    <>
        <Select defaultValue='abc' style={{ width: 120 }} position="bottom">
            <Select.Option value='abc'>抖音</Select.Option>
            <Select.Option value='hotsoon'>火山</Select.Option>
            <Select.Option value='jianying' disabled>剪映</Select.Option>
            <Select.Option value='xigua'>西瓜视频</Select.Option>
        </Select>
        </>
);

Additional information 补充说明

YannLynn commented 1 year ago

fixed in 2.18.0-beta