diff --git a/src/common/BoundedNumericTextField.tsx b/src/common/BoundedNumericTextField.tsx index aaddfcc..fc5562d 100644 --- a/src/common/BoundedNumericTextField.tsx +++ b/src/common/BoundedNumericTextField.tsx @@ -130,12 +130,17 @@ export const BoundedNumericTextField = ({ ...props?.InputProps, endAdornment: addIconButtons ? ( - changeValueWithIncDecButton(1)}> + + changeValueWithIncDecButton(1) + + } onTouchStart={(e)=> e.stopPropagation()}> {" "} - changeValueWithIncDecButton(-1)}> + e.stopPropagation()} size="small" onClick={() => + changeValueWithIncDecButton(-1) + }> {" "}