Bootstrap modal in React.js

前端 未结 12 1391
别跟我提以往
别跟我提以往 2020-12-02 07:19

I need to open a Bootstrap Modal from clicking on a button in a Bootstrap navbar and other places (to show data for a component instance, ie. providing \"editing\" f

12条回答
  •  半阙折子戏
    2020-12-02 08:16

    Just add href='#scheduleentry-modal' to the element you want to open the modal with

    Or using jQuery: $('#scheduleentry-modal').modal('show');

提交回复
热议问题