UNPKG
ipsos-components
Version:
latest (5.0.0-rc.3)
5.0.0-rc.3
Material Design components for Angular
github.com/angular/material2
ipsos-components
/
src
/
material-examples
/
select-no-ripple
/
select-no-ripple-example.html
8 lines
(7 loc)
•
262 B
HTML
View Raw
1
2
3
4
5
6
7
8
<
mat-form-field
>
<
mat-select
placeholder
=
"Select an option"
disableRipple
>
<
mat-option
value
=
"1"
>
Option 1
</
mat-option
>
<
mat-option
value
=
"2"
>
Option 2
</
mat-option
>
<
mat-option
value
=
"3"
>
Option 3
</
mat-option
>
</
mat-select
>
</
mat-form-field
>