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
Joren Broekema
530cb31089
fix(field): put submitted prop in interaction state mixin
2020-03-25 17:02:10 +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
d6829ef619
fix(field): interaction states initialized after registration ready
2020-02-20 16:14:26 +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
CubLion
5a0b2c41ea
chore: todo cleanup
2020-02-19 21:51:48 +01:00
Joren Broekema
848ff06887
feat: flatten modelValue and remove checkedValue
...
Co-authored-by: daKmoR <Thomas.Allmer@ing.com>
Co-authored-by: CubLion <Alex.Ghiu@ing.com>
2020-02-06 16:06:52 +01:00
Thomas Allmer
6a57e8a235
fix(field): support moving of a portal node
2019-12-04 17:04:35 +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
66d3d390ae
feat: remove all deprecations from lion
2019-11-13 11:00:48 +01:00
Joren Broekema
bda904245a
fix(field): add form elements in the correct order
2019-11-01 13:11:29 +01:00
Thomas Allmer
2cb6dee6d9
fix(field): implement FormRegistrarPortalMixin
2019-08-23 16:43:42 +02:00
Thomas Allmer
f8a3c54f60
chore(field): add specs for form registration portals
2019-08-23 16:43:42 +02:00
Thijs Louisse
95a9ce7b0b
fix(field): cleaned up old register code
2019-08-14 16:21:09 +02:00
Thijs Louisse
995e8f99de
chore(field): created test suite for form registrations
2019-08-14 16:13:28 +02:00
Joren Broekema
232a9597fc
chore: add and apply integration suite FormatMixin
2019-08-14 14:02:15 +02:00
Thijs Louisse
cfd78bdccc
fix(field): added Date support to InteractionStateMixin
2019-08-07 15:00:39 +02:00
Thijs Louisse
22bb75a868
chore(field): introduction test suites (for InteractionStateMixin)
2019-08-07 15:00:39 +02:00