I have a page that uses Foundation Zurb and I have a reveal modal with some fields opening when I press a button. The problem is, everytime I give more tabs than the number of input, instead of the focus going to the first field again (like Jquery dialog does), the focus changes to the button in the background (behind the modal).
Someone knows how to fix this (is this some property I need to have, or some JS code I need to add?)?
I know there is already some discussions over the internet but none that I saw resolve my problem.
Thanks