TeamShiksha / logoexecutive

Logo Executive is your partner in logo exploration. Our platform boasts a collection of APIs designed to simplify the process of obtaining company logos.
https://logoexecutive.vercel.app/
22 stars 14 forks source link

Add UI/UX enhancement for form validation. #340

Open anandbaraik opened 2 months ago

anandbaraik commented 2 months ago

What is this issue related to?

Enhancement

Description

When form validation fails. The message for the respective input field is shown but not below the input field, which can enhance the UI/UX for the user. Right now, a failure message is shown above/below the form.

Expected Behavior

A validation failure message should be shown just below the input field. For example, see below screenshot-

image image image image

Current Behavior

A validation failure message is shown just above/below the form. For example, see below screenshot- image image

Additional Information (optional)

Confirmation Checklist

asharma991 commented 1 month ago

Hey @aps08, please assign this to me. I'm halfway through it. Implemented everything, just need to modify tests now.