ng-matero / extensions

Angular Material Extensions Library.
https://ng-matero.github.io/extensions/
MIT License
393 stars 48 forks source link

[MtxSelect] Label not clickable #304

Closed andreanaFelicione closed 2 weeks ago

andreanaFelicione commented 2 weeks ago

I noticed that the label can only be clicked for multiple selects, while clicking on the label text has no effect on single selects. An example here.

nzbin commented 2 weeks ago
image

I'm not sure why the mdc-label add pointer-events: all. Please override it and try again.

andreanaFelicione commented 2 weeks ago

Perfect! I override it with pointer-events: unset; and it works now. Thank you