diff --git a/sharedComponents/input/input.component.ts b/sharedComponents/input/input.component.ts index d376003a..c02c35d4 100644 --- a/sharedComponents/input/input.component.ts +++ b/sharedComponents/input/input.component.ts @@ -193,9 +193,6 @@ export class InputComponent implements OnInit, OnDestroy, OnChanges { /** Icon Right or Left on the input */ @Input() icon: string = null; @Input() iconLeft: boolean = false; - /** Custom messages */ - @Input() warning: string = null; - @Input() note: string = null; /** Chip options */ @Input() removable: boolean = true; @Input() addExtraChips: boolean = false;