From 3499ee1149bb72f781aafed2412462160ec7dab6 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Thu, 18 Jul 2024 02:35:25 +0200 Subject: [PATCH] fix(NcInputField): Make sure label and placeholder is not jumping Rework layout logic to ensure the label is not jumping on focus. This was caused as our border width changes when focusing. Signed-off-by: Ferdinand Thiessen --- src/components/NcInputField/NcInputField.vue | 130 ++++++++++--------- 1 file changed, 67 insertions(+), 63 deletions(-) diff --git a/src/components/NcInputField/NcInputField.vue b/src/components/NcInputField/NcInputField.vue index ac0783f45e..844342d932 100644 --- a/src/components/NcInputField/NcInputField.vue +++ b/src/components/NcInputField/NcInputField.vue @@ -17,7 +17,13 @@ For a list of all available props and attributes, please check the [HTMLInputEle