ifad / data-confirm-modal

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

Focus on the verify input #31

Closed gdlx closed 8 years ago

gdlx commented 9 years ago

Hi,

It would be nice to automatically focus on the verify input when opening a confirm modal with the verify feature !

vjt commented 9 years ago

Definitely makes sense.

vjt commented 9 years ago

This was actually a regression, now fixed. Thank you.

gdlx commented 9 years ago

Doesn't seems to work on my side...

vjt commented 8 years ago

@gauthier-delacroix can you please post a jsfiddle reproducing the problem? Thanks :smile:

vjt commented 8 years ago

Here it is the jsfiddle: http://jsfiddle.net/8sduncgd/1/ and it looks working properly for me. Please reopen if it still doesn't work for you.