News

this is not specific to mat-select. that's just how property binding works in Angular. if the binding value doesn't change between change detections, the property is not updated and the receiver is ...
What is the expected behavior? If the value of the model is changed inside selectionChange event, due to an internal validation, it should be updated in the mat-select view. What is the current beh ...