- 04 Apr, 2018 1 commit
-
-
Teddy ANDREOTTI authored
-
- 20 Mar, 2018 2 commits
-
-
David Higgins authored
closes #419, #420 - links to new public custom fields
-
David Higgins authored
-
- 14 Mar, 2018 2 commits
-
-
lionel-bijaoui authored
Add issue and PR template
-
Lionel Bijaoui authored
-
- 09 Mar, 2018 2 commits
- 07 Mar, 2018 3 commits
-
-
David Higgins authored
fixes #409 - added ":" to id property in template
-
David Higgins authored
-
David Higgins authored
-
- 24 Jan, 2018 5 commits
-
-
David Higgins authored
closes #368 vue tel input project
-
David Higgins authored
-
David Higgins authored
-
David Higgins authored
resolves #368 added vue-tel-input
-
David Higgins authored
-
- 21 Jan, 2018 2 commits
- 09 Jan, 2018 3 commits
-
-
Icebob authored
Unscaped html for error msg
-
Jiadong.Yu authored
-
Jiadong.Yu authored
-
- 07 Jan, 2018 4 commits
-
-
Jiadong.Yu authored
-
Jiadong.Yu authored
-
Jiadong.Yu authored
-
Jiadong.Yu authored
-
- 05 Jan, 2018 5 commits
-
-
Jiadong.Yu authored
-
Jiadong.Yu authored
-
Jiadong.Yu authored
-
gezichenshan authored
-
gezichenshan authored
-
- 16 Dec, 2017 1 commit
-
-
Icebob authored
fixes #358 - support "validateBeforeSubmit" with async validators
-
- 15 Dec, 2017 5 commits
-
-
Icebob authored
-
Icebob authored
-
Icebob authored
-
David Higgins authored
-
David Higgins authored
* added `validateAsync` (default: false) form option * added `isAsync` parameter to FormGenerator.validate() * FormGenerator.validate() and AbstractField.validate() return Promise when `validateAsync` or `isAsync` is true * renamed `click` handler to `onClick` in FieldSubmit * added `onValidationError(model, schema, errors)` to FieldSubmit schema to handle validation errors * added async validator support for FieldSupport * changed `each` to `forEach` in various places, as "each" is an alias to "forEach" and "forEach" looks more explicit * removed call to Vue.util.hyphenate as this is no longer supported by Vue, replaced with equivalent `String.replace` expression * updated fieldSubmit.spec to add "valid form" and "invalid form" tests, valid forms will always call `onSubmit`, invalid forms will not call `onSubmit` (when validateBeforeSubmit = true) * various code clean up
-
- 13 Dec, 2017 5 commits
-
-
David Higgins authored
fixes #340
-
David Higgins authored
-
David Higgins authored
-
https://github.com/icebob/vue-form-generatorDavid Higgins authored
* 'master' of https://github.com/icebob/vue-form-generator: fixes #362 - `integer` validator now calls `number` validator, and returns `invalidIntegerl: "The value is not an integer"` as well as any errors generated by `number` fixes #361 - use $event.target.valueAsNumber for number/range inputs, debounce `formatValueToModel` for number/range, removed `formatValueToField` # Conflicts: # dist/vfg-core.js # dist/vfg.js
-
David Higgins authored
fixes #362
-