semantic ui react modal not closing code example
Example 1: tab semantic ui react
<Tab menu={{ pointing: true, className: "wrapped" }} panes={getPanes(sections)} />
Example 2: bootstrap modal not close
$('#MymodalPreventScript').modal({
backdrop: 'static',
keyboard: false
});