Closed andre-meyer closed 3 years ago
On the Strategy Deploy page, add the HTML attributes for min (as 1) and max (as 10) on the input to determine the amount of brackets to deploy, so users can't use the button to select invalid values.
min
max
Sent PR to safe-react-components so we can have min and max values https://github.com/gnosis/safe-react-components/pull/80
safe-react-components
Description
On the Strategy Deploy page, add the HTML attributes for
min
(as 1) andmax
(as 10) on the input to determine the amount of brackets to deploy, so users can't use the button to select invalid values.