-
Notifications
You must be signed in to change notification settings - Fork 208
Description
Is your feature request related to a problem? Please describe.
When filling out the buy/sell order form, if there is a validation error, the form currently does not indicate which field is incorrect. This can be frustrating for users, as they have to guess or manually review each input field to find the issue.
Describe the solution you'd like
I would like the form to clearly highlight or indicate the specific field(s) that failed validation. For example, showing an error message next to the problematic input or outlining the input in red with a helpful tooltip.
Describe alternatives you've considered
Displaying a general error of the form (less helpful).
Manually testing each field to find out what's wrong (not user-friendly).
Additional context
This feature would greatly improve the UX, especially for new users who may not be familiar with the expected input formats.
