From 7d2720d798703edfa01c836d5f0f08a73eb8da4f Mon Sep 17 00:00:00 2001 From: Julien Veyssier Date: Tue, 12 May 2026 17:18:59 +0200 Subject: [PATCH 1/2] feat(text-input): allow dropping text files on text input fields to parse them Signed-off-by: Julien Veyssier --- src/components/fields/TextInput.vue | 99 ++++++++++++++++++++++++++++- 1 file changed, 98 insertions(+), 1 deletion(-) diff --git a/src/components/fields/TextInput.vue b/src/components/fields/TextInput.vue index c88045ee..754a0b8c 100644 --- a/src/components/fields/TextInput.vue +++ b/src/components/fields/TextInput.vue @@ -3,7 +3,14 @@ - SPDX-License-Identifier: AGPL-3.0-or-later -->