Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Allow selectedItem's step to be a string #1327

Merged
merged 1 commit into from
Jun 4, 2015
Merged

Allow selectedItem's step to be a string #1327

merged 1 commit into from
Jun 4, 2015

Conversation

MJ-Vakili
Copy link
Contributor

Resolve #1322
and if step is string.

$('.wizard').wizard('selectedItem', {
step: "4"
});

@swilliamset swilliamset self-assigned this Jun 4, 2015
@swilliamset
Copy link
Contributor

Nice catch! For those playing along and home, the step value needs to be converted because the setState function is expecting numbers https://github.com/MJ-Vakili/fuelux/blob/master/js/wizard.js#L157. Thx again @MJ-Vakili.

swilliamset pushed a commit that referenced this pull request Jun 4, 2015
 [Wizard] Resolve bug #1322
@swilliamset swilliamset merged commit f6e6c46 into ExactTarget:master Jun 4, 2015
@interactivellama interactivellama added this to the 3.7.4 milestone Jun 11, 2015
@interactivellama interactivellama changed the title [Wizard] Resolve bug #1322 Allow selectedItem's step to be a string Jun 11, 2015
@interactivellama interactivellama modified the milestones: 3.7.4, 3.8.0 Jun 12, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow selectedItem's step to be a string
3 participants