Milind Agrawal
Milind Agrawal
> I am having this issue as well. Do you have an update? Sorry for such a long wait... I didn't find any solution and learned to live with this...
Do we have a fix for this issue? The tooltip should only be displayed on the `Vertical Section Title` and not on complete `Section`.
If `onIndexChanged` is not working than try to use ```js onMomentumScrollEnd={(event, state) => { this.setState({ selectedIndex: state.index, }); }} ```
`onIndexChanged` property was missing till the release `1.5.10`. I just took the latest release and it works fine.
Seem's like a dimension issue. Are you giving the height and width to Swiper Component ? Below is the code working for me. ```js { this.setState({ selectedIndex: index, }); }}...
Do we have any resolution for this issue?
I had the same requirement and was able to achieve it with minor CSS overrides. However, would love to have a prop or something in the Library itself to change...