ionic-framework
ionic-framework copied to clipboard
bug: Ion Select, attribute : interface popover same choice displayed multiple times
Prerequisites
- [X] I have read the Contributing Guidelines.
- [X] I agree to follow the Code of Conduct.
- [X] I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
v7.x
Current Behavior
I have a bug with interface popover on the Ion-Select
it displays twice the same select-option
The bug is only present with interface: popover
Expected Behavior
Not display the same select-option twice
Steps to Reproduce
I tried with Ion-select documentation
Code Reproduction URL
/
Ionic Info
PS C:\Users\00190971\Documents\pairdriver-ui\mobile> ionic info
[WARN] Error loading @capacitor/ios package.json: Error: Cannot find module '@capacitor/ios/package.json'
Require stack:
- C:\Users\00190971\AppData\Roaming\npm\node_modules\@ionic\cli\lib\project\index.js
- C:\Users\00190971\AppData\Roaming\npm\node_modules\@ionic\cli\lib\index.js
- C:\Users\00190971\AppData\Roaming\npm\node_modules\@ionic\cli\index.js
- C:\Users\00190971\AppData\Roaming\npm\node_modules\@ionic\cli\bin\ionic
Ionic:
Ionic CLI : 7.2.0 (C:\Users\00190971\AppData\Roaming\npm\node_modules@ionic\cli) Ionic Framework : @ionic/vue 8.1.2
Capacitor:
Capacitor CLI : 6.0.0 @capacitor/android : 6.0.0 @capacitor/core : 6.0.0 @capacitor/ios : not installed
Utility:
cordova-res : not installed globally native-run : 2.0.1
System:
NodeJS : v20.12.2 (C:\Program Files\nodejs\node.exe) npm : 10.5.0 OS : Windows 10
Additional Information
No response