VinceG / twitter-bootstrap-wizard

This twitter bootstrap plugin builds a wizard out of a formatter tabbable structure. It allows to build a wizard functionality using buttons to go through the different wizard steps and using events allows to hook into each step individually.
MIT License
1.39k stars 676 forks source link

Move to next tab when enter is pressed #221

Open orenyomtov opened 6 years ago

orenyomtov commented 6 years ago

Move to next tab when focused on an input element and enter is pressed

VinceG commented 6 years ago

@orenyomtov Thank You but this seems rather broad of a use case. this will literally trigger every time a user hits the enter key within the wizard form. this type of behavior should be toggled at the very least but i am not even sure if it should be part of the core. Developers have different use cases for this and forcing the next tab when hitting the enter key might be too much.

orenyomtov commented 6 years ago

@VinceG that makes sense.

Hopefully then this will help future googlers looking to implement this functionality.