Do not update bid value if there's already a higher bid value entered in the text box
thunk84 opened this issue ยท 0 comments
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Item #67 describes the issue: if you type a value in the bid text field, say 100, and then someone bids 5 then the text field value is re-set to 5. per the discussion in item #67, that is working as intended. But overwriting user-entered values is causing consternation among our raiders.
Describe the solution you'd like
A clear and concise description of what you want to happen.
If there's a bid value already in the text box and it's higher than the high bid, then do not overwrite the value the user entered.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.