updated base classname
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
39afe7920b
commit
fe90a09f93
@ -12,7 +12,7 @@ import VDSFormControlsTokens
|
||||
import Combine
|
||||
|
||||
@objc(VDSInputField)
|
||||
open class InputField: EntryField, UITextFieldDelegate {
|
||||
open class InputField: EntryFieldBase, UITextFieldDelegate {
|
||||
|
||||
//--------------------------------------------------
|
||||
// MARK: - Initializers
|
||||
|
||||
@ -13,7 +13,7 @@ import VDSFormControlsTokens
|
||||
import Combine
|
||||
|
||||
@objc(VDSTextArea)
|
||||
open class TextArea: EntryField {
|
||||
open class TextArea: EntryFieldBase {
|
||||
//--------------------------------------------------
|
||||
// MARK: - Initializers
|
||||
//--------------------------------------------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user