From fbf9750f87bddb4631c0efbad252c345a8d28ac0 Mon Sep 17 00:00:00 2001 From: Ajay Ghanwat Date: Thu, 6 Nov 2025 15:23:45 +0530 Subject: [PATCH] New Changes with table Classes and Modification --- src/components/Field.astro | 38 +++++++++++++++++++++++++++++++++++--- 1 file changed, 35 insertions(+), 3 deletions(-) diff --git a/src/components/Field.astro b/src/components/Field.astro index fc4bb40..c4f4edc 100644 --- a/src/components/Field.astro +++ b/src/components/Field.astro @@ -279,7 +279,13 @@ const controlWrap = "wr:relative"; { p.kind === "textarea" && ( -
+
+ {p.iconLeft && ( + + + + )} +