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 |
||
|---|---|---|
| .. | ||
| utils | ||
| field-integrations.test.js | ||
| FocusMixin.test.js | ||
| FormatMixin.test.js | ||
| FormControlMixin.test.js | ||
| FormRegistrationMixins.test.js | ||
| InteractionStateMixin.test.js | ||
| lion-field.test.js | ||