Thijs Louisse
6170374ee8
feat: merge field/validate/choice-input/form-group into @lion/form-core
2020-05-29 17:01:15 +02:00
Carlos Esteban
cf13410026
fix(field): clear method reset modelValue
2020-04-02 16:25:41 +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
Sławek Amielucha
ad1e828d51
chore: unify the naming of changedProperties param ( #620 )
2020-03-04 17:33:09 +01:00
Thijs Louisse
cb7120e3a5
fix: rearrange/cleanup mixin duties
2020-02-20 16:14:26 +01:00
Ben Amor Aymen
9127f08440
fix(field): do not validate disabled fields ( #586 )
2020-02-19 21:51:48 +01:00
CubLion
5a0b2c41ea
chore: todo cleanup
2020-02-19 21:51:48 +01:00
Aymen Ben Amor
8e7670e501
fix(field): replace state-disabled/filled css classes with attributes
2020-02-10 15:17:51 +01:00
qa46hx
c2c5e7c299
fix(field): allow html inside labels
2020-02-03 11:25:20 +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
8a4dd7e07d
fix(field): delegate autocomplete to inputElement for security
2019-11-01 13:10:43 +01:00
Thijs Louisse
95a9ce7b0b
fix(field): cleaned up old register code
2019-08-14 16:21:09 +02:00
Thijs Louisse
d2035e6a3f
feat(field): add reset method and capture inital model value
2019-08-14 16:13:27 +02:00
Joren Broekema
3217c1a739
fix(field): value delegation compatible with FormatMixin
2019-08-14 13:47:07 +02:00
Thomas Allmer
5d893f3760
fix(field): move type property to input & add step property to input
2019-08-13 17:28:27 +02:00
Thomas Allmer
13b27407b5
fix(field): sync type down instead of delegating
2019-08-13 17:28:27 +02:00
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
gerjanvangeest
5432f5913f
chore(field): replaced CssClassMixin by DisabledMixin
2019-08-13 17:28:22 +02:00
Thijs Louisse
d7f7ffa221
chore(field): small cleanup LionField
2019-07-15 15:31:20 +02:00
Thomas Allmer
b398f407de
fix(field): move FocusMixin out of InteractionStateMixin
2019-07-15 13:50:09 +02:00
gerjanvangeest
667eb81f03
fix(field): formats value after validation update
2019-05-31 16:21:22 +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