We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v8.x
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.
The Modal should show all items in the list and the last item should not be invisible on scroll.
https://stackblitz.com/edit/4jhdta38?file=src%2Fcomponents%2FExample.vue
"@ionic/vue": "^8.4.1",
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
Code Reproduction URL
https://stackblitz.com/edit/4jhdta38?file=src%2Fcomponents%2FExample.vue
Ionic Info
"@ionic/vue": "^8.4.1",
Additional Information
No response
The text was updated successfully, but these errors were encountered: