lion/packages/field/test-suites
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
..
FormatMixin.suite.js feat(validate): use static validatorName instead of instance name (#600) 2020-02-26 15:25:12 +01:00
FormRegistrationMixins.suite.js feat: api normalisation formElements and values 2020-02-20 14:17:13 +01:00
InteractionStateMixin.suite.js feat(field): align (pre)filled and empty, fix filled not working 2020-03-25 17:02:10 +01:00