DeskDirector / Issues

Issue Tracker for DeskDirector
2 stars 0 forks source link

[24515] Number field not showing exact error when incorrect char has been input #211

Closed iskolares closed 2 years ago

iskolares commented 3 years ago

Issue: The number field on forms accepts a max of 2 dashes (-) as input. On non-required fields, there is no error that appears when number with dashes are entered. The form is submitted however, the input is not saved and the numbers do not appear on the output.

When a number field is required, entering the dash between numbers shows the error "This field is required" even if a number is still there.

Here is a GIF showing the actual behavior NumberValidationDash

Input image

Final Input: image

Form Output on Ticket: image

This was tested on form https://dev.deskdirector.com/admin/v2/portal/forms/3623/editor

iskolares commented 3 years ago

Related to DeskDirector/Issues#209 and DeskDirector/Issues#210

Nness commented 2 years ago

The error should be correctly displayed on next client portal release.