spring-petclinic
spring-petclinic copied to clipboard
Telephone number validation is not user friendly while adding owner
while adding owner, getting validation for Telephone is " numeric value out of bounds (<10 digits>.<0 digits> expected)
must not be blank" which will can be user friendly like "Please enter a valid 10 digit mobile number
That one should be trivial to fix. It's just a message isn't it? You could start with a PR for the default (English).
Hey @dsyer , I've Added User Friendly Messages for blank fields. Please review this PR #1361 . I've also attached screenshots of before and after for better understanding of output of my commit.
@Jitendrajadhav1990 It seems that the proposed solution to this issue, PR #1361 (merged by accident, now reverted), was superseded by #1483, which was merged three week ago.
Should this issue be closed?