Ionic 2: When are two selects on same page works only one(the second)
See original GitHub issueIf I add two ion-selects on the same page and try to open the first, opens the second and I can’t change value in first select
my code:
<ion-select>
<ion-option value="1">AAA</ion-option>
<ion-option value="2">BBB</ion-option>
<ion-option value="3">CCC</ion-option>
</ion-select>
<ion-select>
<ion-option value="a">XXX</ion-option>
<ion-option value="b">YYY</ion-option>
<ion-option value="c">ZZZ</ion-option>
</ion-select>
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Ionic 2: When are two selects on same page works only one ...
If I add two ion-selects on the same page and try to open the first, opens the second and I can't change value...
Read more >When are two selects on same page works only one(the second)
I looked at your code, we can use two ng-selected , just set their values different. first: <option ng-repeat="horario in dia.horarios" ...
Read more >ion-select: Select One or Multiple Value Boxes or Placeholders
ion -select is represented by selected value(s), or a placeholder, and dropdown icon. When you tap select, a dialog box appears with an...
Read more >Documentation: 15: SELECT - PostgreSQL
The INTERSECT operator returns all rows that are strictly in both result sets. The EXCEPT operator returns the rows that are in the...
Read more >ngRx/Store and 5 silly mistakes - ITNEXT
Let's recall what it is to be on the same page: @ngrx/store … is RxJS powered state management for Angular applications, inspired by...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hello, thanks for opening an issue with us! Would you mind wrapping each
ion-select
in its ownion-item
and testing again?Hello @ungular , you should be able to do this with some custom css. I would recommend asking around on our forums. Thanks!