[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:
parent
75c600e51c
commit
7d8aed7e13
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue