I am trying to setup a basic form validation for a select. In my constructor I have the following FormGroup I have a button on the screen to test the validity of the FormGroup and it always comes back as valid even when there is nothing selected for “triggers”. When clicked the following code executes: This will return VALID. The