0
レールに埋め込まれたframework7にdata-confirm
を使用すると、二重プロンプトが表示されます。最初のプロンプトはRailsからのものです。もう一つはフレームワーク7から来ています。フレームワーク7のレールでダブルデータ確認プロンプトが表示される
<div class="swipeout-actions-right">
<a id="more_button" href="#" data-task-id={{id}} class="demo-actions">
<span class="small">More</span>
</a>
<a id="archive_button" href="#" data-task-id={{id}} class="bg-blue demo-actions">
<span class="small">Archive</span></a>
<a href="#" class="bg-green swipeout-delete swipeout-overswipe" data-confirm="Are you sure want to delete this item?">
<span class="small">Complete</span>
</a></div>
は、誰もがdata-confirm
この二重のプロンプトに推奨される解決策を持っていますか?