CXTDT-552068 - Text Area - Text padding
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
1ae54d8ede
commit
5a0018319f
@ -127,6 +127,8 @@ open class TextArea: EntryFieldBase {
|
||||
$0.translatesAutoresizingMaskIntoConstraints = false
|
||||
$0.sizeToFit()
|
||||
$0.isScrollEnabled = false
|
||||
$0.textContainerInset = .zero
|
||||
$0.textContainer.lineFragmentPadding = 0
|
||||
}
|
||||
|
||||
open var maxLength: Int? {
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
1.0.61
|
||||
----------------
|
||||
- CXTDT-552068 - Text Area - Text padding
|
||||
|
||||
1.0.60
|
||||
----------------
|
||||
- CXTDT-544442 - Button Icon - Selected state needs to allow custom color
|
||||
|
||||
Loading…
Reference in New Issue
Block a user