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.

Vinothini93
- 1
- 3
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

Paul Cheriyan
- 33
- 1
- 2
- 8
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:
0
votes
1 answer
AngularJS Material dropdown options not working
I'm trying to build a form using AngularJS Material and am having problems getting my dropdown options to show up. My HTML is below and my options are stored in an object array on my server script. What am I doing wrong below? …

Dave
- 1,257
- 2
- 27
- 58
0
votes
2 answers
Show md-select if other md-select - selected value = concrete_value
I have two md-selects:
0
votes
1 answer
Md-select value not changing after select
I have a problem with a md-select component using Angular and Angular Material 2. When I change the value of select it works, but the value of the md-select stays the same, which in my case is the default selected option "LTC". I need to show the…

claudiomatiasrg
- 578
- 4
- 11
- 31
0
votes
1 answer
How to select value in md-select with formcontrolname in angular 4
I am using react form and angular material's md-select .
This is my form
None

Suraj Khanal
- 498
- 8
- 26
0
votes
0 answers
md select doesn't show value binded
In my project I have an md-select,but i don't understand why it seems not be binded, I see the placeholder and not the value binded.
this is the select:

Alessandro Celeghin
- 4,039
- 14
- 49
- 95