Questions tagged [md-select]

77 questions
0
votes
1 answer

angularjs: Cannot show multiple selected items in md-select on load

I am learning to develop a web application using "Angularjs". A web page of the application is an input form in which the user edits its profile. The input form displays existing details of the user in angular material display controls. I am using…
devman
  • 496
  • 5
  • 24
0
votes
1 answer

How to get md select value in angular js

i want to to get value from md select but i don't know how to do that Test I want to get value from select option and create a link Like…
A-KAY GAUR
  • 1
  • 1
  • 2
0
votes
3 answers

How to add md-icon in md-option?

I am new to angularJS, Can anyone answer me how to add md-icon in md-option? I tried ABC delete but it will give output like this when selected "ABCdelete" any solution of this ??
S. Gandhi
  • 109
  • 1
  • 10
0
votes
1 answer

passing ngModel and ngChange with custom directive under md-select

I am making a custom directive on top of md-select. I am having issues with default behavior of ngModel and ngChange. I can't seem to make them both work together. Currently I have this…
Ruchan
  • 3,124
  • 7
  • 36
  • 72
0
votes
2 answers

Keep md-select open until clicked outside - AngularJS

I am using md-select rendering md-checkbox wiyth a selectAll option. If I select all, all checkboxes are selected and the dropdown closes which is expected. How do I trigger not to close the dropdown when any value other than All is selected and…
arunmmanoharan
  • 2,535
  • 2
  • 29
  • 60
0
votes
1 answer

md-select angular js updates multiple values

This is my code and i am trying to select different values for floors and shifts based on the date.

{{key}}…

LaliNonda
  • 15
  • 4
0
votes
2 answers

Dropdown selection using md-select and md-option in selenium webdriver

how to select the dropdown using md-select and md-option in selenium webdriver. Select class in not supported.
0
votes
2 answers

Md-select underline color change

I have tried changing the color of md-select underline with the following css: md-input-container > md-select { border-color: rgba(13, 148, 74, 0.82); } but it doesn't work. Here is the html which contains the md-select which I want to…
Vid
  • 163
  • 1
  • 13
0
votes
1 answer

How to perform Protractor testing in md-option

I have the code in angular which is
0
votes
0 answers

Rewriting ng-options with ng-repeat so it works with md-select

I am trying to transform a Bootstrap select field into Angular Material, but am having difficulty getting the code to work with ng-repeat, instead of ng-options. The original code looks like this: