We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d09ea5 commit 6ea6c93Copy full SHA for 6ea6c93
src/react-chayns-amountcontrol/README.md
@@ -53,6 +53,8 @@ You can set the following props on a AmountControl element:
53
| minusIcon | The icon to decrease the amount | string/object | |
54
| removeIcon | The icon to set the amount to 0 | string/object | |
55
| contentWidth | The width of the amountControl content | number | |
56
+| min | The minimal value of the AmountControl (onInput will not be validated) | number | |
57
+| max | The maximal value of the AmountControl (onInput will not be validated) | number | |
58
59
The shopStyle property is deprecated and will no longer be supported. You can get the shopStyle by setting the
60
icon-, iconColor-, addColor-, removeColor- and focusOnClick-properties.
0 commit comments