Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/open_url_options

This commit is contained in:
Scott Pfeil 2022-01-14 14:25:29 -05:00
commit d8ad52dfda

View File

@ -25,9 +25,7 @@ public protocol FormFieldProtocol: FormItemProtocol {
}
extension FormFieldProtocol {
public extension FormFieldProtocol {
var baseValue: AnyHashable? { nil }
var readOnly: Bool { false }
}