This commit is contained in:
2019-07-18 15:31:45 +00:00
parent 4e7c88ff0a
commit dd9058539b

View File

@@ -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