mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
Fixes #6479 The Save button was incorrectly enabled by default even before any user interaction. Migrated from template-driven (ngModel) to reactive forms (FormControl/FormGroup) and added [disabled]="!settingsForm.dirty" to the Save button so it only activates once the user modifies a value.pull/6747/head
1 changed files with 19 additions and 13 deletions
Loading…
Reference in new issue