問題タブ [ngx-bootstrap]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
5250 参照

angular - ngx-bootstrap Bootstrap4: モーダルを閉じた後もまだそこにある

Bootstrap 4 で ngx-bootstrap を使用すると問題が発生します。モーダルを正常に開いた後、モーダルを閉じると、ページ全体が背景で覆われ、アプリが使用できなくなります。

モーダルを開くときに設定パラメータ {backdrop: false } を使用すると...閉じると背景は表示されませんが、body 要素が modal-open クラスを取得するため、アプリはまったく使用できなくなります。

コードがあります:

コンポーネント: product-list.component.ts

コンポーネント テンプレート: product-list.component.html

誰かが私を助けてくれることを願っています。解決策が見つかりませんでした。ngx-bootstrap doc のデモにできるだけ近づけようとしていますが、... 方法はありません。

前もって感謝します!!