-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Radio input inside swiper slide #5513
Comments
I have the same problem with the Select tag |
I could not solve it, I returned to v6.6.2 |
Yes, on 6.8.4 it is working. Thank you! |
Same problem on v8.x |
I have a solution that mobile touch on ui elements like links or select fields no longer makes the slide jump to first place. Touch events also trigger a focus event. I added a condition to check that the focus event was not triggered by touch. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
also same issue in v10.2.0 |
Issue is closed because of outdated/irrelevant/not actual/needed more information/inactivity. If this issue is still actual and reproducible for latest version of Swiper, please create new issue and fill the issue template correctly:
|
Check that this is really a bug
Reproduction link
https://codepen.io/adasdad/pen/OJOaGZd
Bug description
Hi,
Swiper 8.0.6
If you add radio inputs inside the slide (and any form elements - buttons, checkboxes, text inputs, etc.) and for example click on the radio in the 4th slide, then the carousel "jumps" and makes the slide in which you checked the input active and moves it to the first position.
Before that, I used Swiper 6.6.2 of the swiper and there was no such problem.
Expected Behavior
No response
Actual Behavior
No response
Swiper version
8.0.6
Platform/Target and Browser Versions
Windows 10
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: