Commit graph

79 commits

Author SHA1 Message Date
Thomas Allmer
d2f4e3c1f2 fix(field): sync name down instead of delegating 2019-08-13 17:28:26 +02:00
Thomas Allmer
07eddb38c3 fix(field): getter/setter for selectionStart/End instead of delegation 2019-08-13 17:28:26 +02:00
Thomas Allmer
88f52646b8 fix(field): no delegate in FocusMixin; sync focused, redispatch events 2019-08-13 17:28:25 +02:00
gerjanvangeest
eb1e295576 chore: removed super.properties everywhere 2019-08-13 17:28:23 +02:00
gerjanvangeest
5432f5913f chore(field): replaced CssClassMixin by DisabledMixin 2019-08-13 17:28:22 +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
Tom Herni
87bdc9a1fc fix(form): only splice 1 element 2019-08-05 12:52:57 +02:00
Tom Herni
3d16dc7b0c fix(form): add elements to Form Registrar Manager when connected 2019-08-05 12:52:57 +02:00
Tom Herni
a4f9465e58 fix(form): remove disconnected elements from Form Registrar Manager 2019-08-05 12:52:57 +02:00
Joren Broekema
25e7b6d17b chore: cleanup references 2019-07-23 10:22:52 +02:00
Thomas Allmer
2a0d18bb5c fix(field): make sure RegistrationSystem works well with ShadyDom 2019-07-19 15:46:45 +02:00
Thijs Louisse
d7f7ffa221 chore(field): small cleanup LionField 2019-07-15 15:31:20 +02:00
Thijs Louisse
a5bc33072f chore(field): docs/annotations FormatMixin 2019-07-15 15:18:28 +02:00
Thomas Allmer
2511bf6f8d fix(field): the FormatMixin should work without an inputElement 2019-07-15 13:50:38 +02:00
Thomas Allmer
398198502c fix(field): make InteractionState leaveEvent protected 2019-07-15 13:50:09 +02:00
Thomas Allmer
dcf8726170 fix(field): remove CssClassMixin from InteractionStateMixin 2019-07-15 13:50:09 +02:00
Thomas Allmer
b398f407de fix(field): move FocusMixin out of InteractionStateMixin 2019-07-15 13:50:09 +02:00
Thomas Allmer
901fc8c503 fix(field): remove unused EventMixin from FormatMixin 2019-07-15 13:45:35 +02:00
Thomas Allmer
bb1c702d8a fix(field): no DomHelpers for FormControl and apply all needed mixins 2019-07-15 13:37:34 +02:00
Thijs Louisse
adae87398c
Merge pull request #141 from ing-bank/fix/handleEmptyModelValues
Fix/handle empty model values
2019-07-02 17:28:16 +02:00
Thijs Louisse
6a85dbcef7 fix(field): don't return Unparseable on empty strings 2019-07-02 17:24:03 +02:00
Thijs Louisse
af8046cf53 fix(field): format conditionally on user input only 2019-06-27 17:27:39 +02:00
gerjanvangeest
667eb81f03 fix(field): formats value after validation update 2019-05-31 16:21:22 +02:00
Mikhail Bashkirov
7e1a7ef95a fix(field): fix form registration in Edge 2019-05-29 11:25:06 +02:00
Mikhail Bashkirov
d7e5cd7305 chore: fix date construction for consistency across different envs 2019-05-13 11:03:53 +02:00
Pascal Schilp
96572a3a2e chore: refactor to not use deprecated EventMixin 2019-05-07 19:46:41 +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