lion/packages/field/test
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
..
utils fix(button): run regexp once instead of every render cycle 2020-02-06 11:16:24 +01:00
field-integrations.test.js feat: remove all deprecations from lion 2019-11-13 11:00:48 +01:00
FocusMixin.test.js feat: remove all deprecations from lion 2019-11-13 11:00:48 +01:00
FormatMixin.test.js chore: add and apply integration suite FormatMixin 2019-08-14 14:02:15 +02:00
FormControlMixin.test.js fix: normalization model-value-changed events 2020-03-19 09:59:30 +01:00
FormRegistrationMixins.test.js chore(field): created test suite for form registrations 2019-08-14 16:13:28 +02:00
InteractionStateMixin.test.js chore(field): introduction test suites (for InteractionStateMixin) 2019-08-07 15:00:39 +02:00
lion-field.test.js feat(field): align (pre)filled and empty, fix filled not working 2020-03-25 17:02:10 +01:00