Open ratnabh opened 8 months ago
I would like to contribute on this issue as I have the fix ready. If possible please assign it to me, Thanks !
Hi, i tried to reproduce these errors with idurar 4.0.0-beta.3 version and i have the exact same output. I would like to work on this issue please.
Describe the bug When we are creating a new invoice, and submit the form without adding the item name, the validation error message says "Missing itemName name", it should be "Missing name" as the former is a bit misleading.
Also in quantity field its accepting numbers with decimals, but it should only allow whole numbers not (0.3, 1.4 etc)
To Reproduce Steps to reproduce the behavior:
Screenshots
The first part of the issue is linked to #207 , as the fix for #207 had the misleading validation error message.