Commit graph

35 commits

Author SHA1 Message Date
Joren Broekema
3c61fd294a feat(form-core): add types for many form-core mixins and tests 2020-08-10 10:37:34 +02:00
Thomas Allmer
060ad67f5c chore: cleanup tests of all registration based awaits 2020-07-28 14:50:10 +02:00
Thomas Allmer
8698f73418 feat: synchronous form registration system 2020-07-27 14:11:26 +02:00
Joren Broekema
4585cd43ba chore: fix flaky test, prevent unhandled promise undefined feedbackNode 2020-07-06 17:42:41 +02:00
Thijs Louisse
6170374ee8 feat: merge field/validate/choice-input/form-group into @lion/form-core 2020-05-29 17:01:15 +02:00
realfighter92
8314b1acc2
feat(fieldset): add clearGroup method (#723) 2020-05-27 10:43:16 +02:00
Joren Broekema
a451d4fc8a chore: apply prettier formatting changes 2020-04-29 10:05:06 +02:00
Joren Broekema
e397f8d68b feat(field): align (pre)filled and empty, fix filled not working
BREAKING: _isPrefilled was removed in favor of _isEmpty. We used to have both, but we decided to align, because they basically do the same thing but opposite. If you were using _isPrefilled, switch to using _isEmpty and just use it in reverse. This change also makes _isEmpty available to all things that implement FormControlMixin. Lastly, filled is available now on all fields that implement InteractionStateMixin
2020-03-25 17:02:10 +01:00
Alex Ghiu
1b6c3a44c8 fix: normalization model-value-changed events
Co-authored-by: Thijs Louisse <Thijs.Louisse@ing.com>
2020-03-19 09:59:30 +01:00
George Serbanescu
7c45dd6839 feat(validate): use static validatorName instead of instance name (#600) 2020-02-26 15:25:12 +01:00
Thijs Louisse
97678dd49b chore: cleanup todos 2020-02-26 14:32:52 +01:00
Thijs Louisse
cb7120e3a5 fix: rearrange/cleanup mixin duties 2020-02-20 16:14:26 +01:00
Thijs Louisse
9b905c492a feat: api normalisation formElements and values 2020-02-20 14:17:13 +01:00
Thijs Louisse
614be5fb89 chore: removed circular devdeps fieldset/form 2020-01-13 13:58:03 +01:00
Thijs Louisse
dfe3d6834e
Merge pull request #426 from danychi/fix/serialize-group-bug
Fix bug in serializeGroup and serializeElements
2019-12-16 15:03:41 +01:00
Daniel Alarcon Amador
c1f35030bd chore(fieldset): added missing tests for serializeGroup/Elements 2019-12-12 09:09:07 +01:00
Thijs Louisse
fb6b77e790
Merge pull request #406 from ing-bank/fix/set-initial-fieldset-value
fix(fieldset): wait for registration before setting values
2019-12-11 16:17:39 +01:00
Joren Broekema
45f557183d feat(overlays): improve API for overriding controller config in mixin 2019-11-29 17:34:46 +01:00
Lars den Bakker
c378b1885f fix(fieldset): wait for registration before setting values 2019-11-27 16:58:59 +01:00
Thijs Louisse
95d553e239 feat(field): order aria attributes based on nodes 2019-11-22 16:19:21 +01:00
Thomas Allmer
396deb2e3b feat: finalize validation and adopt it everywhere
Co-authored-by: Alex Ghiu <alex.ghiu@ing.com>
Co-authored-by: Gerjan van Geest <Gerjan.van.Geest@ing.com>
Co-authored-by: Thijs Louisse <Thijs.Louisse@ing.com>
Co-authored-by: Joren Broekema <joren.broekema@ing.com>
Co-authored-by: Erik Kroes <erik.kroes@ing.com>
2019-11-18 15:30:08 +01:00
Joren Broekema
5999ea9569 fix: refactor slot selection 2019-11-15 15:50:18 +01:00
Joren Broekema
66d3d390ae feat: remove all deprecations from lion 2019-11-13 11:00:48 +01:00
Thomas Allmer
378e940ece fix(fieldset): outside click only effects focused groups 2019-11-01 12:27:48 +01:00
Joren Broekema
c984a66d4b fix(fieldset): manage when to show error messages
Co-authored-by: Thomas Allmer <thomas.allmer@ing.com>
2019-10-31 18:31:53 +01:00
Thomas Allmer
a8ead53310 chore: update linting 2019-08-21 11:30:51 +02:00
Thijs Louisse
085895ee94 fix(fieldset): reset / inital modelValue always accurate 2019-08-14 16:21:08 +02:00
Joren Broekema
b38c6c3978 chore(fieldset): fix failing tests 2019-08-13 17:28:28 +02:00
gerjanvangeest
b90d89ccf0 chore(fieldset): replaced CssClassMixin by DisabledMixin 2019-08-13 17:28:22 +02:00
Thomas Allmer
2a0d18bb5c fix(field): make sure RegistrationSystem works well with ShadyDom 2019-07-19 15:46:45 +02:00
Mikhail Bashkirov
5d85710df7 chore(fieldset): add missing import in tests 2019-07-18 11:52:50 +02:00
Thijs Louisse
596488bbae fix(fieldset): test validation after dynamic child removal/addition 2019-07-02 14:06:04 +02:00
Mikhail Bashkirov
7e1a7ef95a fix(field): fix form registration in Edge 2019-05-29 11:25:06 +02:00
Thomas Allmer
8d96f84090 fix: update storybook/linting; adjust story labels, eslint ignores 2019-04-28 15:02:31 +02:00
Thomas Allmer
ec8da8f12c feat: release inital public lion version
Co-authored-by: Mikhail Bashkirov <mikhail.bashkirov@ing.com>
Co-authored-by: Thijs Louisse <thijs.louisse@ing.com>
Co-authored-by: Joren Broekema <joren.broekema@ing.com>
Co-authored-by: Gerjan van Geest <gerjan.van.geest@ing.com>
Co-authored-by: Erik Kroes <erik.kroes@ing.com>
Co-authored-by: Lars den Bakker <lars.den.bakker@ing.com>
2019-04-26 10:37:57 +02:00