Vulcan/packages/nova-forms/lib
xavcz 1e2d43662d form api, embedly url, fix posts autovalues
- Form API: updateCurrentValue(fieldName, fieldValue) => updateCurrentValues(newValues: {[fieldName]: fieldValue}) to update one or more fields at once;
- changes on EmbedlyURL: use of currentValues instead of autofilledValues, fix the use of 'media' field on new & edit (assigned server-side in async callback)
- fix Posts schema's autoValue logic: moved to callbacks (it worked on new docs but not triggered on edits)
2017-01-23 15:50:55 +01:00
..
component.js eslint & clean up code, also fixed some bugs (#1515) 2016-11-25 13:46:55 -05:00
DateTime.jsx form api, embedly url, fix posts autovalues 2017-01-23 15:50:55 +01:00
datetime.scss generic datetime picker component for nova:forms working on new & edit post 2016-07-06 15:53:14 +02:00
export.js make FormWrapper exportable again, routes can accept either component or componentName property 2017-01-18 15:11:31 +01:00
Flash.jsx fix Flash issue 2016-06-19 12:57:23 +09:00
Form.jsx form api, embedly url, fix posts autovalues 2017-01-23 15:50:55 +01:00
FormComponent.jsx form api, embedly url, fix posts autovalues 2017-01-23 15:50:55 +01:00
FormGroup.jsx form api, embedly url, fix posts autovalues 2017-01-23 15:50:55 +01:00
FormWrapper.jsx form api, embedly url, fix posts autovalues 2017-01-23 15:50:55 +01:00
row.js enable $unset of empty properties in edit form; bring in CheckboxGroup code to work around refs bug 2016-03-31 09:11:47 +09:00
utils.js move App and Layout components to core; insertableIf, editableIf, and viewableIf also accept group names; clean up 2016-11-27 19:12:54 +09:00