mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
* Use new <bit-form-field> component in Excluded domains settings. Changing to new <bit-form-field> component necessitates modifying form to use ReactiveForms conventions. To handle this change, the deletable/uneditable domain state and new form control state are managed separately, including clearing the form state on save. Fields which compute vaules from the former state should now compute both values (see domain count); [formGroup], formArrayName, formControlName all necessary directives/properties on form and children. * Disables margin; Removes OnInit in favor of protected member (fixes lint, and type checks). * Ensure excludedDomain-based IDs are offset by the fieldsEditThreshold for form controls existing outside of stored values. * Remove unnecessary chaining.