How to hide the OK and Cancel buttons of antd Modal?
[Updated] I’m not sure what you exactly want to do. But according to the doc. You can customize your footer by using the attribute footer for Modal. According to the updated document (Aug 31, 2021), we only need to use footer={null} and don’t have to use footer={null, null} anymore. Here is the sample: https://codepen.io/andretw/pen/RwbBYpb <Modal … Read more