twitter-bootstrap-wizard icon indicating copy to clipboard operation
twitter-bootstrap-wizard copied to clipboard

return false destroy event next step ?

Open viyancs opened this issue 10 years ago • 1 comments

hi vince

i have a problem when i try to combine bootstrap wizard by adding validate, the case is when i try to code like demo is worked, then i try to modify simple thing inside element that i give validate.

<div class="control-group"> <label class="control-label" for="name">Name</label> <div class="controls"> <input type="text" id="namefield" name="namefield" class="required"> </div>

I was modify that html before i clicked next like adding some class on input el and div on the fly. the event next is gone after i tried to giving valid value.

viyancs avatar Oct 11 '15 09:10 viyancs

@viyancs any errors in console? i can't support specifics for validation with the wizard as it's beyond this projects scope.

VinceG avatar Apr 01 '16 15:04 VinceG