From f5d4a58b0510107040b9d8afe42327dc2a4b656f Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Wed, 17 Feb 2021 18:44:02 +0000 Subject: [PATCH] [Library | Trunk]: Input component: Add autocomplete panel property, smalls chips and fix textarea padding. git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60448 d315682c-612b-4755-9ff5-7f18f6832af3 --- sharedComponents/input/input.component.ts | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/sharedComponents/input/input.component.ts b/sharedComponents/input/input.component.ts index 7db82a38..90a02dd1 100644 --- a/sharedComponents/input/input.component.ts +++ b/sharedComponents/input/input.component.ts @@ -54,7 +54,7 @@ export interface Option { -