Skip to content

Commit

Permalink
feat(SwitchControl): add control.minimal to BaseControl.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
cgalvinbullhorn committed Aug 27, 2024
1 parent a6916b6 commit c829a27
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ export class BaseControl extends ControlConfig {
this.enabled = true;
this.layoutOptions = config.layoutOptions || {};
this.military = !!config.military;
this.minimal = !!config.minimal;
this.dateFormat = config.dateFormat;
this.textMaskEnabled = config.textMaskEnabled;
this.maskOptions = config.maskOptions;
Expand Down

0 comments on commit c829a27

Please sign in to comment.