Vulcan/packages/vulcan-forms
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
..
lib Rework required field validation to make it work for intl fields when creating new documents 2018-08-17 19:02:44 +09:00
test updated schema_utils and FormComponent to correctly detect nested objects 2018-07-27 17:27:44 +02:00
package.js load Components correctly in tests 2018-07-26 16:39:40 +02:00
README.md Improve form error handling; fields now show relevant validation errors 2017-08-16 16:18:40 +09:00

Vulcan Forms

This package provides a SmartForm component.