|
| 1 | +diff --git a/node_modules/@ionic/core/components/ion-select.js b/node_modules/@ionic/core/components/ion-select.js |
| 2 | +index fe875d9..ff23640 100644 |
| 3 | +--- a/node_modules/@ionic/core/components/ion-select.js |
| 4 | ++++ b/node_modules/@ionic/core/components/ion-select.js |
| 5 | +@@ -186,7 +186,7 @@ const Select = /*@__PURE__*/ proxyCustomElement(class Select extends HTMLElement |
| 6 | + const scrollSelectedIntoView = () => { |
| 7 | + const indexOfSelected = this.childOpts.findIndex((o) => o.value === this.value); |
| 8 | + if (indexOfSelected > -1) { |
| 9 | +- const selectedItem = overlay.querySelector(`.select-interface-option:nth-child(${indexOfSelected + 1})`); |
| 10 | ++ const selectedItem = overlay.querySelector(`.select-interface-option:nth-of-type(${indexOfSelected + 1})`); |
| 11 | + if (selectedItem) { |
| 12 | + /** |
| 13 | + * Browsers such as Firefox do not |
1 | 14 | diff --git a/node_modules/@ionic/core/components/popover.js b/node_modules/@ionic/core/components/popover.js |
2 | 15 | index df0b0f6..ffd1bac 100644 |
3 | 16 | --- a/node_modules/@ionic/core/components/popover.js |
@@ -170,7 +183,7 @@ index d32e60c..491c281 100644 |
170 | 183 | const contentEl = root.querySelector('.popover-content'); |
171 | 184 | const referenceSizeEl = trigger || ((_a = ev === null || ev === void 0 ? void 0 : ev.detail) === null || _a === void 0 ? void 0 : _a.ionShadowTarget) || (ev === null || ev === void 0 ? void 0 : ev.target); |
172 | 185 | diff --git a/node_modules/@ionic/core/hydrate/index.js b/node_modules/@ionic/core/hydrate/index.js |
173 | | -index 6de5db2..e9c8ecc 100644 |
| 186 | +index 6de5db2..bc73a84 100644 |
174 | 187 | --- a/node_modules/@ionic/core/hydrate/index.js |
175 | 188 | +++ b/node_modules/@ionic/core/hydrate/index.js |
176 | 189 | @@ -24183,8 +24183,10 @@ const iosEnterAnimation$1 = (baseEl, opts) => { |
|
0 commit comments