turn off required
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
7ec685136b
commit
0abc903793
@ -81,6 +81,8 @@ class TextViewEntryField: VDS.TextArea, VDSMoleculeViewProtocol, ObservingTextFi
|
|||||||
//--------------------------------------------------
|
//--------------------------------------------------
|
||||||
override func setup() {
|
override func setup() {
|
||||||
super.setup()
|
super.setup()
|
||||||
|
//turn off internal required rule
|
||||||
|
useRequiredRule = false
|
||||||
|
|
||||||
publisher(for: .valueChanged)
|
publisher(for: .valueChanged)
|
||||||
.sink { [weak self] control in
|
.sink { [weak self] control in
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user