Skip to content

Commit

Permalink
Update the README file informing the allowed data conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
raubersn committed Jun 15, 2024
1 parent 4ae54e0 commit a7ad380
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Parameters:
* displayOrder: integer, the order the desired field is presented on the page, considering all the fields with the same label.
* visible: boolean, true/false, validate if the field is visible on the page at that time.
* required: boolean, true/false, validate if the field is required on the form.
* value: string, the text value expected to be found on the input field.
* value: string, the text value expected to be found on the input field. This validation allows data tpes conversion when comparing to avoid formatting issues in the front-end.

### Select
Select the desired option of a dropdown list.
Expand Down

0 comments on commit a7ad380

Please sign in to comment.