fix(dashboard): Resolve issue with product attributes input (#13863)

Co-authored-by: Siddartha Nepal <siddarthanepal5@gmail.com>
Co-authored-by: William Bouchard <46496014+willbouch@users.noreply.github.com>
This commit is contained in:
Siddartha Nepal
2025-10-27 19:12:18 +05:30
committed by GitHub
parent 2eca81ec0f
commit ef798160ea
2 changed files with 9 additions and 0 deletions

View File

@@ -101,6 +101,7 @@ export const ProductAttributesForm = ({
<Input
type="number"
min={0}
step="any"
value={value || ""}
onChange={(e) => {
const value = e.target.value
@@ -130,6 +131,7 @@ export const ProductAttributesForm = ({
<Input
type="number"
min={0}
step="any"
value={value || ""}
onChange={(e) => {
const value = e.target.value
@@ -159,6 +161,7 @@ export const ProductAttributesForm = ({
<Input
type="number"
min={0}
step="any"
value={value || ""}
onChange={(e) => {
const value = e.target.value
@@ -188,6 +191,7 @@ export const ProductAttributesForm = ({
<Input
type="number"
min={0}
step="any"
value={value || ""}
onChange={(e) => {
const value = e.target.value