Add autoFormValidation to MetaDataField (fixes #123)
Fixes issue where form could submit with MetaDataField in an invalid state. New behavior matches that of password and email fields.
Remove hardcoded styling for BooleanMetaDataField to prevent it from overriding an app's ThemeData (fixes #124)
Fixes issue where border outlines would always appear. New behavior leaves styling up to ThemeData. If users of this library request it, we could potentially add these back as parameters for BooleanMetaDataField to pass down to its child CheckboxListTile, but that doesn't seem necessary for now.
Add autoFormValidation to MetaDataField (fixes #123)
Fixes issue where form could submit with MetaDataField in an invalid state. New behavior matches that of password and email fields.
Remove hardcoded styling for BooleanMetaDataField to prevent it from overriding an app's ThemeData (fixes #124)
Fixes issue where border outlines would always appear. New behavior leaves styling up to ThemeData. If users of this library request it, we could potentially add these back as parameters for BooleanMetaDataField to pass down to its child CheckboxListTile, but that doesn't seem necessary for now.