1
0
Fork 0
mirror of synced 2025-04-11 12:30:54 +00:00
vue-formulario/test/unit
Zaytsev Kirill d39ca17e45 feat!: Added property "unregisterBehavior" to FormularioField to control value unset behavior on field component removal
Defaults to "none" which means value will not be unset and path will not be remove
2021-09-30 12:33:54 +03:00
..
utils refactor: Deep cloning of state, deep equal checker 2021-06-14 14:02:10 +03:00
validation refactor: Got rid of promises in default validation rules fns, rewritten rules tests 2020-11-09 09:52:04 +03:00
Formulario.test.js test: Imporved test for plugin install, fixed outdated components names 2021-06-14 14:02:09 +03:00
FormularioField.test.js feat!: Added property "unregisterBehavior" to FormularioField to control value unset behavior on field component removal 2021-09-30 12:33:54 +03:00
FormularioFieldGroup.test.js test: Test logic refactor 2021-06-14 14:02:10 +03:00
FormularioForm.test.js feat!: Validation event payload property "name" renamed to "path" 2021-06-14 14:02:10 +03:00
types.test.js fix: Fixed records & arrays detection 2021-09-20 21:47:37 +03:00