Vulcan/packages/vulcan-forms/lib/modules
Sacha Greif 26f28a98ce Rework required field validation to make it work for intl fields when creating new documents
1. make intl fields use [IntlValue] and [IntlValueInput] types
2. add isIntlData marker to fields storing intl data
3. only validate intl fields that are marked as required
4. remove all instance of `__typename` from documents in edit forms
2018-08-17 19:02:44 +09:00
..
components.js Splitted FormNested between objects an arrays 2018-07-26 17:25:33 +02:00
index.js Add getFieldType, getNullValue form utils 2018-08-06 10:29:36 +09:00
path_utils.js add path utils module 2018-06-29 12:58:59 +02:00
schema_utils.js Rework required field validation to make it work for intl fields when creating new documents 2018-08-17 19:02:44 +09:00
utils.js Simplify getValue; do not merge in getValue anymore, instead get value from Form's getDocument() 2018-08-06 10:43:00 +09:00