You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Applicant 2 -> National insurance number input type: ab121212c
FocusOut of the field, noting the field is now styled as valid (no red background)
Click the 'Validate' trigger. Note the validation message says that the data is invalid
What is the expected output? What do you see instead?
I expect that after entering the valid national insurance number and clicking the 'Validate' trigger, to see the 'Validation:' message change to 'Form data is valid' as, although the submission will fail, it will fail because of a 'resource-error' rather than a 'validation-error'.
Please use labels and text to provide additional information.
This is strange because, if you:
Scenario 2 (setting instance data via xf:select1)
Open the attached form
Change 'Do you have a national insurance number?' select1 to 'No'. Note that the now relevant 'Why not?' field is invalid.
Select a value for 'Why not?', making it valid (no red background)
Click the 'Validate' trigger. Note the validation message says that the data is valid
Both scenarios do basically the same thing, set some instance data but when the data is set with xf:input, it's not recognised as valid.
Imported from backplanejs Google Code issue 87.
What steps will reproduce the problem?
Scenario 1 (setting instance data via xf:input)
What is the expected output? What do you see instead?
I expect that after entering the valid national insurance number and clicking the 'Validate' trigger, to see the 'Validation:' message change to 'Form data is valid' as, although the submission will fail, it will fail because of a 'resource-error' rather than a 'validation-error'.
Please use labels and text to provide additional information.
This is strange because, if you:
Scenario 2 (setting instance data via xf:select1)
Both scenarios do basically the same thing, set some instance data but when the data is set with xf:input, it's not recognised as valid.
Ticket status set to Accepted
Priority: Medium
Type: Defect
Attachments
nino.html (16.8 KB)
The text was updated successfully, but these errors were encountered: