You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same issue. While checking the stylesheet I noticed that if you change the style of button.select-cover position from absolute to relative, everything works exactly as intended.
However, as this is an inherited style, I haven't yet found a way to change it in the shadow DOM.
Please let me know if you come up with an alternate solution!
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
When I have multiple
ion-select
components on a page, for example:and I click on either one of them, the last
ion-select
(in this case option B) is always opened; so I cannot set a value for option A.This happens with a interface types (alert, popover and action sheet).
The text was updated successfully, but these errors were encountered: