From 4960260076d9c7e92904d3699644c2ac28c5d358 Mon Sep 17 00:00:00 2001 From: Niccolo Borgioli Date: Tue, 27 Aug 2024 14:49:08 +0200 Subject: [PATCH] also disable icon in text --- packages/frontend/src/lib/ui/TextInput.svelte | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/packages/frontend/src/lib/ui/TextInput.svelte b/packages/frontend/src/lib/ui/TextInput.svelte index 738e094..cb032d2 100644 --- a/packages/frontend/src/lib/ui/TextInput.svelte +++ b/packages/frontend/src/lib/ui/TextInput.svelte @@ -39,13 +39,23 @@
{#if isPassword} - + {/if} {#if random} - + {/if} {#if copy} - copyFN(value.toString())} /> + copyFN(value.toString())} + /> {/if}