From 809765e3a0f5d8d1ac85495bc20f66c5208ef20a Mon Sep 17 00:00:00 2001 From: Luka Trovic Date: Wed, 14 Jun 2023 18:24:14 +0200 Subject: [PATCH] feat: autosize the input field in translate dialog Signed-off-by: Luka Trovic --- src/components/Modal/Translate.vue | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/src/components/Modal/Translate.vue b/src/components/Modal/Translate.vue index d53e7df1f18..dbc4b0e5493 100644 --- a/src/components/Modal/Translate.vue +++ b/src/components/Modal/Translate.vue @@ -32,13 +32,14 @@ input-id="fromLanguage" :placeholder="t('text', 'Select language')" :options="fromLanguages" - :disabled="disableFromLanguage" + :disabled="disableFromLanguageSelect" :append-to-body="false" />