In PR #1494 I put in a change to disable the search button if there are no changes to the search fields. This relies on the searchForm.dirty value. However in our custom drop downs we patch the form value, when patchValue is used it doesn't mark the form as dirty on it's own so we need to manually add markAsDirty to the control or the form.
The following fields need this fix:
In PR #1494 I put in a change to disable the search button if there are no changes to the search fields. This relies on the searchForm.dirty value. However in our custom drop downs we patch the form value, when patchValue is used it doesn't mark the form as dirty on it's own so we need to manually add markAsDirty to the control or the form. The following fields need this fix: