snax4a / service-quotes-web

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

Add phone number format as placeholder #30

Open SKVetr opened 3 years ago

SKVetr commented 3 years ago

What are the steps to reproduce this issue?

  1. Log in on manager or customer account
  2. Attempt to add address

What happens?

No information is given about format of Phone Number.

What were you expecting to happen?

A acceptable format is shown to the user.

SKVetr commented 3 years ago

Current max allowed in DB is varchar(11). Current standard in Poland is 9 numbers. Different format for mobile (NNN-NNN-NNN) and landlines (AA-NNN-NN-NN, AA being "Area Code") but this can be ignored.