From dd9058539b2f780390a2d6a0ac8c287c93013eb2 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 18 Jul 2019 15:31:45 +0000 Subject: [PATCH] --- devdocs/specs/core-customize-form-fields.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/devdocs/specs/core-customize-form-fields.txt b/devdocs/specs/core-customize-form-fields.txt index f0c0df9d..3574d2c6 100644 --- a/devdocs/specs/core-customize-form-fields.txt +++ b/devdocs/specs/core-customize-form-fields.txt @@ -38,7 +38,15 @@ UI FEATURE - The ability to customize forms: - The server doesn't validate it or anything, just stores what the client provides and retrieves what the client needs and the client co-erces the value to the correct type - If a user changes the underlying objects type then the client must handle discrepencies and attempt to fix it. - So the client end must handle adapting the value if the type changes - + - Custom field types in v7 + - Currency + - DateAndTime + - TimeOnly + - DateOnly + - Number + - Text + - Bool + ## TODO