From 7d8aed7e13e71f844b337fa1f27ee05cb055b8f4 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Mon, 12 Apr 2021 08:58:30 +0000 Subject: [PATCH] [Library | Trunk]: Input component: remove warning and note params git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60832 d315682c-612b-4755-9ff5-7f18f6832af3 --- sharedComponents/input/input.component.ts | 3 --- 1 file changed, 3 deletions(-) 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;