CXTDT-552068 - Text Area - Text padding

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-04-30 11:54:12 -05:00
parent 1ae54d8ede
commit 5a0018319f
2 changed files with 6 additions and 0 deletions

View File

@ -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? {

View File

@ -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