Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug with clearing topics input on match page
* When clearing the input field, topics is temporarily set to null before the onClear event is emitted * This causes hasQuestionsValidator to reference a null variable * The fix is to add an additional Validators.required to prevent hasQuestionsValidator from firing before topics is set to an empty array
- Loading branch information