updated base classname

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2023-08-29 08:50:38 -05:00
parent 39afe7920b
commit fe90a09f93
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ import VDSFormControlsTokens
import Combine
@objc(VDSInputField)
open class InputField: EntryField, UITextFieldDelegate {
open class InputField: EntryFieldBase, UITextFieldDelegate {
//--------------------------------------------------
// MARK: - Initializers

View File

@ -13,7 +13,7 @@ import VDSFormControlsTokens
import Combine
@objc(VDSTextArea)
open class TextArea: EntryField {
open class TextArea: EntryFieldBase {
//--------------------------------------------------
// MARK: - Initializers
//--------------------------------------------------