Skip to content

Commit

Permalink
Merge pull request #395 from funidata/DS-313-Dynamic-validator-updates
Browse files Browse the repository at this point in the history
[Form components]: Dynamic property check on controls' updateValueAndValidity
  • Loading branch information
RiinaKuu authored Jun 25, 2024
2 parents 410910e + 8dc926b commit af1caf6
Show file tree
Hide file tree
Showing 106 changed files with 575 additions and 113 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export class DatepickerComponent
/**
* FormControl for the input
*/
@Input({ required: true }) control: FormControl<Date | null>;
@Input({ required: true }) override control: FormControl<Date | null>;

/**
* Available sizes for the datepicker
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,10 @@
}

&__actions {
display: flex;
flex-wrap: wrap;
gap: spacing.$spacing-xs spacing.$spacing-sm;
margin-bottom: spacing.$spacing-xs;

fudis-button:not(:last-of-type) {
margin-right: spacing.$spacing-sm;
margin-bottom: spacing.$spacing-xs;
}
}
}
}
Loading

0 comments on commit af1caf6

Please sign in to comment.