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