removed duplicate code from base class
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
c02f355847
commit
0f27e82987
@ -137,7 +137,6 @@ open class TextArea: EntryFieldBase {
|
|||||||
/// Called once when a view is initialized and is used to Setup additional UI or other constants and configurations.
|
/// Called once when a view is initialized and is used to Setup additional UI or other constants and configurations.
|
||||||
open override func setup() {
|
open override func setup() {
|
||||||
super.setup()
|
super.setup()
|
||||||
fieldStackView.pinToSuperView(.uniform(VDSFormControls.spaceInset))
|
|
||||||
|
|
||||||
textView.isScrollEnabled = true
|
textView.isScrollEnabled = true
|
||||||
textView.autocorrectionType = .no
|
textView.autocorrectionType = .no
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user