From 0e7985287fd13f502dce0e929a6bb8ee5748dba9 Mon Sep 17 00:00:00 2001 From: adilallo <39313955+adilallo@users.noreply.github.com> Date: Wed, 4 Feb 2026 13:10:14 -0700 Subject: [PATCH] Update select input component --- app/components-preview/page.tsx | 87 +----- .../SelectInput/SelectInput.container.tsx | 193 ++++---------- .../SelectInput/SelectInput.view.tsx | 164 +++++++++--- stories/SelectInput.stories.js | 247 +++++++----------- tests/components/SelectInput.test.tsx | 4 +- 5 files changed, 285 insertions(+), 410 deletions(-) diff --git a/app/components-preview/page.tsx b/app/components-preview/page.tsx index 1d3346d..8998bfc 100644 --- a/app/components-preview/page.tsx +++ b/app/components-preview/page.tsx @@ -75,55 +75,11 @@ export default function ComponentsPreview() {
Current value: "{value}"
+