gnosis / ido-starter

Gnosis safe app to start auction on gnosis auction
11 stars 19 forks source link

No validation when required amounts fields are filled in with 0 #21

Closed elena-zh closed 3 years ago

elena-zh commented 3 years ago

The issue is related to the next fields:

When I run such a transaction, it will fail (as it fails in the etherscan).

image

Hence, it would be great to keep 'Build transaction' disabled when these fields are filled in with 0 and to add a validation message (value should be > 0), OR change a placeholder to 0.01 or so

elena-zh commented 3 years ago

Validation message when amount = 0 is displayed, however, there are no validation messages for another cases. I have create a separate issue for this case #33