diff --git a/MVMCoreUI/FormUIHelpers/FormFieldProtocol.swift b/MVMCoreUI/FormUIHelpers/FormFieldProtocol.swift index 0a501440..2c95f942 100644 --- a/MVMCoreUI/FormUIHelpers/FormFieldProtocol.swift +++ b/MVMCoreUI/FormUIHelpers/FormFieldProtocol.swift @@ -25,9 +25,7 @@ public protocol FormFieldProtocol: FormItemProtocol { } -extension FormFieldProtocol { +public extension FormFieldProtocol { var baseValue: AnyHashable? { nil } - - var readOnly: Bool { false } }