I am experiencing an issue with my code not working on Bootstrap 4. When I click on the 'overview' button, the page darkens but the dialog does not appear. This functionality worked fine with the old version of Bootstrap. Can someone please assist me?
.form-group
%label.control-label{ :for => "overview" }
%a.btn.btn-info{ :href=> "#modaloverview", "data-toggle" => "modal"}
INFO
.modal.modal.hide.fade#modaloverview{ :tabindex => "-1", :role => "dialog", "aria-labelledby" => "modal-label", "aria-hidden" => "true"}
.modal-header
%button.close{ :type => "button", "data-dismiss" => "modal", "aria-hidden" => "true" }
X
%h3#modal-label
titletextetxtetxtext
.modal-body
%p
texttextetxtetxtettxtte
.controls
%textarea.form-control.input-xxlarge.allowMarkupShortcut#overview{ :rows => "10", :name => "overview" }
- if @finding
- if @finding.overview
#{meta_markup(@finding.overview)}