Clemens85 / runningdinner

Mono-Repo containing Java backend, React Frontend and Lambdas
https://runyourdinner.eu
MIT License
3 stars 2 forks source link

Show Validation Error on invalid input of "numSeats" field on registration (but also admin area) #7

Closed Clemens85 closed 2 years ago

Clemens85 commented 2 years ago

Scenario: User enters not a plain number, but e.g. something like "2-4" in numberOfSeats field.

Save request will fail, but no validation error / hint is shown.