stakeordie / scrt-auction

2 stars 9 forks source link

Entering bid price modifies the minimum bid value #18

Closed secretchaingirl closed 3 years ago

secretchaingirl commented 3 years ago

Two snapshots below: 1) showing the initial state of the bid price and minimum bid info and 2) the values of the fields after the default bid price has been modified.

Not sure why the minimum bid price changes as you modify the bid price. If it's correct behavior, maybe add a note to that area explaining what's happening.

image

image

I changed the bid price to 340 and the minimum bid field was automatically updated to be 1700.

cankisagun commented 3 years ago

Yep, as I pointed before that should be bid - not minimum bid and if the bid is lower than minimum bid, we should give an error like we do in the bridge UI image

cankisagun commented 3 years ago

I am marking this critical. @the-dusky based on what we discussed we are changing min bid with min price here :)