Merge branch 'bugfix/form_read_only' into 'develop'

form read only build fix

See merge request BPHV_MIPS/mvm_core_ui!792
This commit is contained in:
Pfeil, Scott Robert 2022-01-14 19:06:52 +00:00
commit a871f09b43

View File

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