From ef798160ea689ece75f6ae9022faedf301b1306d Mon Sep 17 00:00:00 2001 From: Siddartha Nepal <160509279+siddarthan007@users.noreply.github.com> Date: Mon, 27 Oct 2025 19:12:18 +0530 Subject: [PATCH] fix(dashboard): Resolve issue with product attributes input (#13863) Co-authored-by: Siddartha Nepal Co-authored-by: William Bouchard <46496014+willbouch@users.noreply.github.com> --- .changeset/strange-ties-begin.md | 5 +++++ .../product-attributes-form/product-attributes-form.tsx | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 .changeset/strange-ties-begin.md diff --git a/.changeset/strange-ties-begin.md b/.changeset/strange-ties-begin.md new file mode 100644 index 0000000000..395fd244da --- /dev/null +++ b/.changeset/strange-ties-begin.md @@ -0,0 +1,5 @@ +--- +"@medusajs/dashboard": patch +--- + +Fixed a bug in product attributes form such that it now accepts decimal values diff --git a/packages/admin/dashboard/src/routes/products/product-attributes/components/product-attributes-form/product-attributes-form.tsx b/packages/admin/dashboard/src/routes/products/product-attributes/components/product-attributes-form/product-attributes-form.tsx index e2857f9b27..b3f970ed1a 100644 --- a/packages/admin/dashboard/src/routes/products/product-attributes/components/product-attributes-form/product-attributes-form.tsx +++ b/packages/admin/dashboard/src/routes/products/product-attributes/components/product-attributes-form/product-attributes-form.tsx @@ -101,6 +101,7 @@ export const ProductAttributesForm = ({ { const value = e.target.value @@ -130,6 +131,7 @@ export const ProductAttributesForm = ({ { const value = e.target.value @@ -159,6 +161,7 @@ export const ProductAttributesForm = ({ { const value = e.target.value @@ -188,6 +191,7 @@ export const ProductAttributesForm = ({ { const value = e.target.value