ifad / data-confirm-modal

Makes Rails' link_to confirm: 'foo' build a Bootstrap Modal instead of calling the browser's confirm() API.
MIT License
271 stars 115 forks source link

In dataConfirmModal js implementation, verify-text, verifyText doesn't work #71

Open mayordwells opened 5 years ago

mayordwells commented 5 years ago

I had to dig into the source code to check what works, then I found out that only verifyLabel works. 'verify-text' or verifyText doesn't work. Works:

Screen Shot 2019-05-14 at 12 36 46 PM

Doesn't work:

Screen Shot 2019-05-14 at 12 40 34 PM Screen Shot 2019-05-14 at 12 41 04 PM