Skip to content
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

bug: Inline Modal doesn't allow full scrolling of content is reproducible with new version 8.4.1 #30139

Open
3 tasks done
mae-financial-com opened this issue Jan 20, 2025 · 0 comments
Labels

Comments

@mae-financial-com
Copy link

Prerequisites

Ionic Framework Version

v8.x

Current Behavior

The Modal interface in ion-select does not allow to scroll to the last item.

In this modal https://ionicframework.com/docs/api/select#modal add more items in the list so there is a scrollbar then the last item is not visible and remains hidden.
Try here - https://stackblitz.com/edit/4jhdta38?file=src%2Fcomponents%2FExample.vue

This issue is similar to the one fixed here - #24745.

Expected Behavior

The Modal should show all items in the list and the last item should not be invisible on scroll.

Steps to Reproduce

  1. Goto https://stackblitz.com/edit/4jhdta38?file=src%2Fcomponents%2FExample.vue or https://ionicframework.com/docs/api/select#modal
  2. Add more items in the list so you get a scrollbar on the side.
  3. Scroll down to the end of the list.

Code Reproduction URL

https://stackblitz.com/edit/4jhdta38?file=src%2Fcomponents%2FExample.vue

Ionic Info

"@ionic/vue": "^8.4.1",

Additional Information

No response

@ionitron-bot ionitron-bot bot added the triage label Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant