Commit graph

189 commits

Author SHA1 Message Date
SachaG
f07d07d2ff Better nested form icons 2018-03-28 16:47:10 +09:00
SachaG
7f67f21eb9 handle arrays better when merging 2018-03-28 16:31:58 +09:00
SachaG
325cf4b140 Handle deleted values better 2018-03-28 11:51:18 +09:00
SachaG
991595581f Use SVGs for form group icons 2018-03-28 11:24:37 +09:00
SachaG
759899212f Remove __typename from datatable; fix select options 2018-03-28 11:20:41 +09:00
SachaG
9aa06cee82 Fix date components and new doc validation 2018-03-28 11:14:36 +09:00
SachaG
ce7e0b0b25 Get errors through props instead of context 2018-03-28 11:14:15 +09:00
SachaG
ceabbc1314 Get current value through props instead of through context 2018-03-27 10:45:17 +09:00
SachaG
98ddbff044 Do not pass value and control down 2018-03-27 08:25:16 +09:00
SachaG
97c26e23c8 More small fixes 2018-03-26 18:00:26 +09:00
SachaG
5675b50fb5 Cleaning up FormComponent props 2018-03-26 17:50:03 +09:00
SachaG
9d5963da12 Lodash's merge mutates its first argument 2018-03-26 16:24:01 +09:00
SachaG
667f43bd5b Fix a few issues 2018-03-26 14:49:05 +09:00
SachaG
5bfa885de5 More refactoring 2018-03-26 14:27:45 +09:00
SachaG
d1a674d36e Convert SimpleSchema schema to JSON object before using it in Form.jsx 2018-03-26 11:51:08 +09:00
SachaG
754bb14889 Values are now fetched from FormComponent through context instead of being passed as props 2018-03-25 12:13:30 +09:00
SachaG
1d7cef5556 Work on form errors & validation 2018-03-25 10:54:45 +09:00
SachaG
8d686ae9e1 Formatting and re-organizing 2018-03-24 11:33:28 +09:00
SachaG
dcf1252f2f Use arrow functions and get rid of bindings 2018-03-24 11:21:39 +09:00
SachaG
4c99bc2a6d Use lodash set/unset 2018-03-24 11:16:11 +09:00
SachaG
a7bd9fd92a Handle form submission with new getData() method 2018-03-23 15:46:31 +09:00
SachaG
6f6eefae26 Use dot-object and deepmerge to let forms handle multiple nesting levels 2018-03-23 08:51:24 +09:00
SachaG
268090dcb2 Working on nested forms support 2018-03-22 19:22:54 +09:00
SachaG
f7da9108f7 Use getFormType(); make user.services object viewable to owner only; clean up Datatable props 2018-03-22 16:54:50 +09:00
SachaG
d2d66a211b Debounce on timeout's leading edge to always include form field value 2018-03-22 16:53:52 +09:00
SachaG
7061483af8 Improve Datatable new/edit buttons; simplify FormWrapper loading check 2018-03-20 14:56:09 +09:00
SachaG
e7b0110e5f Replace FormComponent onBlur handler by debounced onChange; add date component 2018-03-19 11:59:30 +09:00
SachaG
593330370c Make 'hidden' take a function as well as a boolean 2018-03-08 11:30:45 +09:00
SachaG
08016947db 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
SachaG
926f155655 v1.8.11 2018-03-05 09:54:26 +09:00
SachaG
d3fdb3ae38 v1.8.10 2018-03-03 15:12:16 +09:00
SachaG
d4910cf2c5 Add clear to time control 2018-03-03 11:09:58 +09:00
SachaG
bb43a16e68 Revert "Pass an extraTerms argument to all extra queries"
This reverts commit ab8fd47d76.
2018-02-18 17:42:12 +09:00
SachaG
ab8fd47d76 Pass an extraTerms argument to all extra queries 2018-02-18 16:56:58 +09:00
SachaG
0d4c243db1 Test on undefined and null to accommodate fields whose value is 0 2018-02-15 12:05:16 +09:00
SachaG
0ff904562c Add description as help prop on forms 2018-02-12 18:48:12 +09:00
SachaG
bcf41190af v1.8.9 2018-02-03 11:48:41 +09:00
SachaG
f00a36cf9a v1.8.8 2018-02-03 11:11:52 +09:00
Sacha Greif
510581154e
Merge pull request #1861 from MHerszak/meteor_1_6_1_packages
packages update to meteor 1.6.1
2018-01-29 16:05:51 +09:00
Michel Herszak
5a17346648 packages update to meteor 1.6.1 2018-01-28 23:03:10 -07:00
Luca Hagel
1ea5eb8e28 Eslint-ignore console statement 2018-01-29 03:50:59 +01:00
SachaG
5da7791afe v1.8.7 2018-01-29 11:32:17 +09:00
Michel Herszak
d80f9b4a72 optionsAsStrings was not defined 2018-01-28 14:20:24 -07:00
SachaG
85e8614aa2 v1.8.6 2018-01-28 11:13:45 +09:00
Justin Reynolds
38b88108b4 Fix React prop warnings for SmartForm 2018-01-27 11:25:48 -06:00
SachaG
13a2453009 Merge branch 'vulcan-updates-jan-2018' of https://github.com/justinr1234/Vulcan into justinr1234-vulcan-updates-jan-2018
# Conflicts:
#	packages/vulcan-forms/lib/components/Form.jsx
#	packages/vulcan-lib/lib/modules/utils.js
2018-01-27 12:30:33 +09:00
Justin Reynolds
919f96a32e Allow SmartForm to use collection or collectionName 2018-01-26 17:41:15 -06:00
Justin Reynolds
75b6ece0a4 Fix linting 2018-01-25 15:03:03 -06:00
Justin Reynolds
5c67e4548e Fix React prop warnings for SmartForm 2018-01-25 13:36:20 -06:00
SachaG
af4c44a2af v1.8.5 2018-01-20 16:51:20 +09:00