-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Closed
Description
Short description of the problem:
Select/option doesn't work in chrome 53 after inspect.
What behavior are you expecting?
Open select box and see options list. Instead nothing happens. This issue happens only on chrome 53 desktop.
Steps to reproduce:
- Open Chrome and navigate to localhost:8100 after ionic serve
- Right click anywhere -> inspect element -> select any device
- Be sure to be on a page with a select box. Example:
controller.js
...
$scope.data = {}
$scope.data.list = ['1', '2', '3'];
$scope.data.selected = $scope.data.list[0];
view.html
<ion-input class="item item-select text-align-left">
<select
ng-options="value for value in data.list"
ng-model="data.selected">
</select>
</ion-input>
Which Ionic Version? 1.x or 2.x
1.3.1
Run ionic info
from terminal/cmd prompt: (paste output below)
Your system information:
Cordova CLI: 6.1.1
Gulp version: CLI version 1.2.1
Gulp local: Local version 3.9.1
Ionic CLI Version: 1.7.16
Ionic App Lib Version: 0.7.3
ios-deploy version: 1.8.5
ios-sim version: 5.0.6
OS: Mac OS X El Capitan
Node Version: v5.6.0
Xcode version: Xcode 7.3.1 Build version 7D1014
Plunker that shows an example of your issue
yves-s, LukaszWiktor and liveKang
Metadata
Metadata
Assignees
Labels
No labels