Questions tagged [md-select]
77 questions
0
votes
2 answers
Checkbox not showing up in md-select multiple
I am trying to enable multi select in my md-select. I have hardcoded multiple to true but md-select isn't showing checkbox besides the value in the drop down list.
I am using AngularJS 1.4.8 and AngularMaterial 1.0.0.
Code:

Umer Farooq
- 7,356
- 7
- 42
- 67
-2
votes
1 answer
md-select same object in ng-option and ng-model
Is it possible to use same json object in ng-option and ng-model of md-select?
Here I'm using Angular Material md-select instead of HTML Select
Controller:
$scope.languages = [
{ name: 'English', value: true },
{ name: 'English', value:…

ziaulain
- 94
- 2
- 11