snax4a / service-quotes-web

Service Quotes React.js web app
service-quotes-web.vercel.app
0 stars 0 forks source link

Generic errors for Forms #43

Closed SKVetr closed 3 years ago

SKVetr commented 3 years ago

Forms lack entered value validation (mostly max characters check).

What are the steps to reproduce this issue?

  1. Log in on any account
  2. Enter any form
  3. Enter very long string of characters

What happens?

A generic error is displayed about something going wrong.

What were you expecting to happen?

Input is validated.

Notes?

Full list of affected forms:

SKVetr commented 3 years ago

Max characters based on database updated with merges on 21/08/2021.

Fix Notes: