form read only build fix

This commit is contained in:
Scott Pfeil 2022-01-14 14:00:44 -05:00
parent e990504ce3
commit 9157be5047

View File

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