Vulcan/packages/vulcan-forms/lib/modules
Erik Schannen 373857131a SubSchema Fields
- Added support for fields that have their own subschema
- The code flattens the subschema fields, so the path for `address: { street }`` becomes `'address.street'`
- Several places needed to be changed to properly support paths, so `currentValues[path]` becomes `get(currentValues, path)`
- In Form.getData(), replaced underscore's `pick` with lodash's `pick` which properly supports paths and returns a new object
- Fixed a bug in collection.getParameters that made it impossible to specify a `limit` with addView or addDefaultView
2018-05-23 16:02:36 -04:00
..
components.js Add support for intl fields to API and SmartForm 2018-05-07 17:41:22 +09:00
index.js Move registerSetting to index 2018-05-10 10:18:55 +09:00
schema_utils.js SubSchema Fields 2018-05-23 16:02:36 -04:00
utils.js Split select form component into select and selectmultiple; Make "--select option--" the default selection for select form components 2018-03-08 11:28:29 +09:00