added formfieldable

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-02-29 14:06:13 -06:00
parent 3ada7fa037
commit de973fd7b8

View File

@ -13,7 +13,7 @@ import Combine
/// Base Class used to build out a Input controls.
@objc(VDSEntryField)
open class EntryFieldBase: Control, Changeable {
open class EntryFieldBase: Control, Changeable, FormFieldable {
//--------------------------------------------------
// MARK: - Initializers