1
0
mirror of synced 2024-11-22 21:36:04 +03:00
Commit Graph

8 Commits

Author SHA1 Message Date
Justin Schroeder
fdcf7b3dbf Updates vue-test-utils to 1.0.2 2020-05-14 16:08:54 -04:00
Justin Schroeder
1d5606c939 Adds build files 2020-05-04 16:02:15 -04:00
Justin Schroeder
aed01eb4ff Adds support for deterministic ids 2020-05-01 15:58:40 -04:00
Andrew Boyd
70ebb846ce passes name through to box elements and adds tests to check agaist unwanted props bleed 2020-05-01 15:42:47 -04:00
Justin Schroeder
dfef74cd27 Removes all style block tags 2020-04-16 10:21:12 -04:00
Justin Schroeder
1e52dcc213 Adds initial work on groupings 2020-04-16 09:22:58 -04:00
Justin Schroeder
ada48ec31f
Fixes #60 and merges #61.
- Bugfix: Fixes #60, a bug that caused an evaluation loop when selects or box types used an empty array as the options prop. Adds supporting test cases.
- Merges in #61 which passes the form name to the error handler function. Adds supporting test cases.
2020-04-13 11:59:54 -04:00
Justin Schroeder
34de4ba6dc
Adds support for @braid/vue-formulate-i18n
* Adds support form FormulateError form errors

* Adds support for form-errors prop

Also includes tests for both named-form-errors as well, form-errors prop, positioning form errors with the <FormulateErrors /> component, and allowing multiple <FormulateErrors />

* Adds form error support, error handling, and supporting tests

* Remove unused util functions

* Adds german localization locales/de.js (#14)

* Create de.js
* Added startsWith and endsWith

* adds build process for localization support, removes dist

* Adds danish localization

* fixes bug that resulted in validation failing if run more than once

Credit to @luan-nk-nguyen for discovering the bug

* Moves locales to vue-formulate-i18n

* Adds dist files for locales

* Adds vue-formulate-i18n 1.0.1

* Uses i18n 1.0.3

* Build files

* Fixes #19

* Update src/locales/README.md

Co-Authored-By: Andrew Boyd <andrew@wearebraid.com>

* changes v-html to v-text for error message output

credit to @skix123 for the bug report!

Co-authored-by: Andrew Boyd <andrew@wearebraid.com>
2020-03-07 09:03:59 -05:00