Field Logic Error Handling - frontend (#162)

* Field Logic Error Handling - frontend

* Fix test case

* fix expected_type for multi select

* fix variable

---------

Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
formsdev
2023-08-30 16:58:52 +05:30
committed by GitHub
parent ec26c211d6
commit 057bfde8b7
6 changed files with 184 additions and 11 deletions

View File

@@ -342,13 +342,13 @@
"multi_select": {
"comparators": {
"contains": {
"expected_type": "object",
"expected_type": ["object", "string"],
"format": {
"type": "uuid"
}
},
"does_not_contain": {
"expected_type": "object",
"expected_type": ["object", "string"],
"format": {
"type": "uuid"
}