If the first call to collapse is hide the collapsable will show instead
Created by: mvuksano
If I use collapse component and the first method I call is hide then the collapse will actually show. The problem seems to be the speed of execution. if I step through debugger the component will end up being hidden (although with a flickr - transition to expanded state and then back to hidden is visible).
Also if data-toggle="false" is specified and the first call is made to collapse('hide') it will trigger toggle in the constructor. If the object {toggle:false} is specified toggle is not performed