在使用SweetAlert 2的React中使用组件作为html

时间:2017-10-06 12:22:32

标签: reactjs sweetalert sweetalert2

如何在具有SweetAlert2的ReactJs中将组件用作html主体?我在点击活动上致电swal

swal({
  title: "Title",
  html: <SomeComponent onChange={this.handleChange}/>
});

我无法使用ReactDOM.render(<SomeComponent onChange={this.handleChange}/>),因为我必须在handleChange()事件上致电onChange

0 个答案:

没有答案