removed since this is not needed.
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
59e762f52e
commit
9bbf325640
@ -235,21 +235,4 @@ import VDS
|
||||
&& transparentBackground == model.transparentBackground
|
||||
&& width == model.width
|
||||
}
|
||||
|
||||
open override func isVisuallyEquivalent(to model: any MoleculeModelComparisonProtocol) -> Bool {
|
||||
guard super.isVisuallyEquivalent(to: model), let model = model as? Self else { return false }
|
||||
return placeholder == model.placeholder
|
||||
&& textAlignment == model.textAlignment
|
||||
&& enabledTextColor == model.enabledTextColor
|
||||
&& disabledTextColor == model.disabledTextColor
|
||||
&& keyboardOverride == model.keyboardOverride
|
||||
&& type == model.type
|
||||
&& clearTextOnTap == model.clearTextOnTap
|
||||
&& displayFormat == model.displayFormat
|
||||
&& displayMask == model.displayMask
|
||||
&& enableClipboardActions == model.enableClipboardActions
|
||||
&& tooltip == model.tooltip
|
||||
&& transparentBackground == model.transparentBackground
|
||||
&& width == model.width
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user