Currently, I am delving into the world of Angular. One challenge I have been tackling is creating a custom form control that includes a mat-select
. The goal is for the submitted form value to be the item selected in the dropdown.
After sifting through numerous tutorials and documentation, I finally pieced together a solution which you can see in this stripped-down example on StackBlitz.
Alas, despite my efforts, it still doesn't seem to work as intended. Why might that be?