[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
This commit is contained in:
k.triantafyllou 2021-04-12 08:58:30 +00:00
parent 75c600e51c
commit 7d8aed7e13
1 changed files with 0 additions and 3 deletions

View File

@ -193,9 +193,6 @@ export class InputComponent implements OnInit, OnDestroy, OnChanges {
/** Icon Right or Left on the input */ /** Icon Right or Left on the input */
@Input() icon: string = null; @Input() icon: string = null;
@Input() iconLeft: boolean = false; @Input() iconLeft: boolean = false;
/** Custom messages */
@Input() warning: string = null;
@Input() note: string = null;
/** Chip options */ /** Chip options */
@Input() removable: boolean = true; @Input() removable: boolean = true;
@Input() addExtraChips: boolean = false; @Input() addExtraChips: boolean = false;