-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5b61fca
commit dcee0e7
Showing
15 changed files
with
699 additions
and
278 deletions.
There are no files selected for viewing
66 changes: 35 additions & 31 deletions
66
src/openforms/formio/formatters/tests/files/all_components_data.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,38 @@ | ||
{ | ||
"bsn": "123456782", | ||
"map": [ | ||
52.3782943985417, | ||
4.899629917973432 | ||
], | ||
"date": "2021-12-24", | ||
"dateTime": "2023-01-18T16:00:00+01:00", | ||
"file": [], | ||
"iban": "RO09 BCYP 0000 0012 3456 7890", | ||
"time": "16:26:00", | ||
"email": "test@example.com", | ||
"radio": "option2", | ||
"number": 42.123, | ||
"select": "option1", | ||
"postcode": "1234 AA", | ||
"textArea": "Textarea test", | ||
"signature": "data:image/png;base64,iVBO[truncated]", | ||
"textField": "Simple text input", | ||
"phoneNumber": "+31633924456", | ||
"selectBoxes": { | ||
"option1": true, | ||
"option2": true | ||
}, | ||
"licenseplate": "1-AAA-BB", | ||
"select2": "2021-12-29", | ||
"select3": "2021-12-29T08:15:00+01:00", | ||
"addressNL": { | ||
"postcode": "1234AA", | ||
"houseNumber": "1", | ||
"houseLetter": "", | ||
"houseNumberAddition": "" | ||
"bsn": "123456782", | ||
"map": { | ||
"type": "Feature", | ||
"properties": {}, | ||
"geometry": { | ||
"type": "Point", | ||
"coordinates": [52.3782943985417, 4.899629917973432] | ||
} | ||
}, | ||
"date": "2021-12-24", | ||
"dateTime": "2023-01-18T16:00:00+01:00", | ||
"file": [], | ||
"iban": "RO09 BCYP 0000 0012 3456 7890", | ||
"time": "16:26:00", | ||
"email": "test@example.com", | ||
"radio": "option2", | ||
"number": 42.123, | ||
"select": "option1", | ||
"postcode": "1234 AA", | ||
"textArea": "Textarea test", | ||
"signature": "data:image/png;base64,iVBO[truncated]", | ||
"textField": "Simple text input", | ||
"phoneNumber": "+31633924456", | ||
"selectBoxes": { | ||
"option1": true, | ||
"option2": true | ||
}, | ||
"licenseplate": "1-AAA-BB", | ||
"select2": "2021-12-29", | ||
"select3": "2021-12-29T08:15:00+01:00", | ||
"addressNL": { | ||
"postcode": "1234AA", | ||
"houseNumber": "1", | ||
"houseLetter": "", | ||
"houseNumberAddition": "" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.