Skip to content

Commit

Permalink
SVY-11021 Bootstrap tabpanel component not returning correct value for
Browse files Browse the repository at this point in the history
tabindex
  • Loading branch information
lvostinar committed Apr 11, 2017
1 parent 19323c1 commit 7f138c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabpanel/tabpanel.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"tabs" : {"type":"tab[]", "pushToServer": "allow","droppable":true},
"styleClass" : { "type" :"styleclass"},
"height" : {"type":"int", "default":"500"},
"tabIndex" : {"type":"int", "pushToServer": "shallow", "tags": { "scope" :"runtime" },"default":"1"},
"tabIndex" : {"type":"int", "pushToServer": "shallow", "tags": { "scope" :"runtime" },"default":1},
"tabSeq" : {"type" :"tabseq", "tags": { "scope" :"design" }},
"visible" : "visible"
},
Expand Down

0 comments on commit 7f138c4

Please sign in to comment.