alibaba-fusion / next

🦍 A configurable component library for web built on React.
https://fusion.design
MIT License
4.59k stars 591 forks source link

[Dialog]ConfigProvider.footerActions会改变Dialog.alert的默认行为 #3996

Open xmsz opened 2 years ago

xmsz commented 2 years ago

Component

Dialog

Steps to reproduce

背景

<ConfigProvider defaultPropsConfig={{
  Dialog: {
    footerActions: ['cancel', 'ok'],
  },
}}>{children}</ConfigProvider>;

 Dialog.alert({})

这个时候Dialog.alert的footer就会变成两个按钮

image
YSMJ1994 commented 9 months ago

这个功能已经实现了