Skip to content

Commit

Permalink
#1494: set key to textarea and floating number
Browse files Browse the repository at this point in the history
  • Loading branch information
lehju committed May 22, 2024
1 parent 4f2ecfe commit b7d4779
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@
"const": "selection3",
"key": "selection2"
},
"bb91dc7b-d950-4d8a-8bc6-0d01ddf54ab4": {
"FormField_optionalTextarea": {
"x-options": {
"fieldColProps": {
"cols": 12,
Expand All @@ -1002,7 +1002,8 @@
"fieldType": "textarea",
"title": "Textarea",
"x-display": "textarea",
"type": "string"
"type": "string",
"key": "FormField_optionalTextarea"
}
}
},
Expand All @@ -1019,7 +1020,7 @@
"const": "selection4",
"key": "selection2"
},
"a7d91744-9477-49d9-ba59-a9d52c73c737": {
"FormField_optionalFloatingNumber": {
"x-options": {
"fieldColProps": {
"cols": 12,
Expand All @@ -1032,7 +1033,8 @@
},
"fieldType": "number",
"title": "Floating Number",
"type": "number"
"type": "number",
"key": "FormField_optionalFloatingNumber"
}
}
}
Expand Down

0 comments on commit b7d4779

Please sign in to comment.