Matt Bruce
6cd8b31985
refactored out TextView
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-29 14:38:17 -06:00
Matt Bruce
c75064e84e
added more logic to the text/value properties
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-29 14:19:51 -06:00
Matt Bruce
e7a1698602
removed test
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-29 14:08:33 -06:00
Matt Bruce
98b30237b2
updated labels to ensure string is valid
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-29 14:06:22 -06:00
Matt Bruce
de973fd7b8
added formfieldable
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-29 14:06:13 -06:00
Matt Bruce
3ada7fa037
updated property
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-29 12:14:35 -06:00
Matt Bruce
b907e0e001
implemented new internal error handling
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-29 12:14:27 -06:00
Matt Bruce
4df689b275
added internalShowError/internalErrorText so that you won't overwrite external validators
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-29 12:14:12 -06:00
vasavk
a4582f11a5
Digital ACT-191 ONEAPP-6682 story: fixed the bug dealing with the character counter
2024-02-29 00:45:54 +05:30
vasavk
301ead7447
Digital ACT-191 ONEAPP-6682 story: Fix for the observed crash on removing last char when having char counter and exceeded limit.
2024-02-28 22:03:17 +05:30
vasavk
af2c5cd368
Digital ACT-191 ONEAPP-6682 story: Fixed minor issue for TextArea height
2024-02-28 16:39:44 +05:30
Bruce, Matt R
2ff683e087
Merge branch 'mbruce/textArea' into 'feature/TextArea'
...
allow overriding
See merge request BPHV_MIPS/vds_ios!161
2024-02-27 22:09:07 +00:00
Matt Bruce
cbb3b564c9
Merge branch 'vasavi/TextArea' of https://gitlab.verizon.com/BPHV_MIPS/vds_ios.git into mbruce/textArea
2024-02-27 16:01:14 -06:00
vasavk
a2026a4319
Digital ACT191 story ONEAPP-6682 removed unnecessary code
2024-02-27 17:24:16 +05:30
Matt Bruce
6d38474675
added text as a property
...
added subclass of UITextField to deal with text rendering and attributes.
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-26 17:51:16 -06:00
Matt Bruce
9e91f38c52
added "text" as a property
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-26 17:50:47 -06:00
Matt Bruce
00a0a6542d
Merge branch 'develop' into feature/textArea
2024-02-26 15:52:02 -06:00
Bruce, Matt R
ecbb5a59a6
Merge branch 'bugfix/conflictingConstraints' into 'develop'
...
fixed conflicting constraints
See merge request BPHV_MIPS/vds_ios!158
2024-02-26 21:45:45 +00:00
Bruce, Matt R
2450c9b6be
Merge branch 'bugfix/conflictingConstraints' into 'develop'
...
Fixed conflicting constraints while displaying Notifications
See merge request BPHV_MIPS/vds_ios!157
2024-02-26 21:10:53 +00:00
Bandaru, Krishna Kishore
11c8ed8756
Fixed conflicting constraints while displaying Notifications
2024-02-26 21:10:53 +00:00
vasavk
4f41d9cc93
Digital ACT191 story ONEAPP-6682 added preset default height property.
2024-02-26 22:46:33 +05:30
vasavk
f527ec5483
Digital ACT191 story ONEAPP-6682 minor changes
2024-02-26 18:02:37 +05:30
vasavk
72ef366eed
Digital ACT191 story ONEAPP-6682 added accessibility, focused border color to container
2024-02-26 17:02:36 +05:30
vasavk
5b01027554
Digital ACT191 story ONEAPP-6682 highlight text color, background color for character counter
2024-02-26 14:54:15 +05:30
Krishna Kishore Bandaru
abb94257da
fixed conflicting constraints
2024-02-26 13:28:24 +05:30
vasavk
f7134b9b8c
Digital ACT191 story ONEAPP-6682 Character limit, error text, and readonly changes.
...
- show error text when exceeds character limit.
- No restriction if character counter does not display.
- color changes for character counter label, error text, and readonly.
- Showing Character count overflow.
2024-02-26 11:52:06 +05:30
vasavk
c2662aaf30
Digital ACT191 story ONEAPP-6682 added change log
2024-02-23 19:26:41 +05:30
vasavk
967eed9522
Digital ACT191 story ONEAPP-6682 changes for error icon
2024-02-23 19:12:17 +05:30
vasavk
e319153ac6
Digital ACT191 story ONEAPP-6682 Checking character count overflow
2024-02-23 16:11:14 +05:30
vasavk
783143717c
Digital ACT191 story ONEAPP-6682 adding character count limit to container
2024-02-23 12:47:47 +05:30
Hedden, Kyle Matthew
27f34f035e
Merge branch 'release/11_3_0' into 'develop'
...
release/11_3_0 hotfix merge
See merge request BPHV_MIPS/vds_ios!153
2024-02-22 21:06:02 +00:00
vasavk
9883bd6214
Digital ACT191 story ONEAPP-6682 Flex Height as per Layout and spacing
2024-02-22 23:55:46 +05:30
Bruce, Matt R
8f9ecce1c1
Merge branch 'feature/tileContainer' into 'develop'
...
TileContainer VDS changes
See merge request BPHV_MIPS/vds_ios!154
2024-02-21 21:04:53 +00:00
Bandaru, Krishna Kishore
8b3eb632a8
TileContainer VDS changes
2024-02-21 21:04:51 +00:00
Bruce, Matt R
e6f9b96f5f
Merge branch 'mbruce/bugfixes' into 'develop'
...
fixed bug where someone could nil out attributedText and resetting the text...
See merge request BPHV_MIPS/vds_ios!152
2024-02-15 21:39:02 +00:00
Bruce, Matt R
2da62b01fc
fixed bug where someone could nil out attributedText and resetting the text...
2024-02-15 21:39:01 +00:00
Bruce, Matt R
1239f0d16d
Merge branch 'mbruce/bugfixes' into 'develop'
...
updated version and release notes
See merge request BPHV_MIPS/vds_ios!151
2024-02-15 19:17:22 +00:00
Matt Bruce
39638e77bb
allow overriding
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-15 13:16:30 -06:00
Bruce, Matt R
b83f47dc55
Merge branch 'bugfix/11_2_1-primaryButtonView' into 'release/11_2_1'
...
allow overriding
See merge request BPHV_MIPS/vds_ios!150
2024-02-15 19:15:31 +00:00
Matt Bruce
3d303e6c07
allow overriding
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-15 10:54:42 -06:00
Matt Bruce
f6b89ef90d
updated version and release notes
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-15 09:46:07 -06:00
Bruce, Matt R
a317125072
Merge branch 'feature/buttonIcon' into 'develop'
...
VDS Components - VDS Brand 3.0 Button Icon for IOS
See merge request BPHV_MIPS/vds_ios!147
2024-02-14 18:01:10 +00:00
Matt Bruce
1591c50fd0
removed self.
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-14 11:59:19 -06:00
Matt Bruce
8fd74d5ef9
refactored ExpandDirect to the BadgeIndicatorModel
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-14 11:57:08 -06:00
Bruce, Matt R
fce97ddd96
Merge branch 'feature/notificationView' into 'develop'
...
Notification View
See merge request BPHV_MIPS/vds_ios!148
2024-02-14 16:57:28 +00:00
Matt Bruce
e15a4321b3
removed Type/type added layoutSubViews to deal with cornerRadius logic.
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-14 10:48:44 -06:00
Matt Bruce
3b6e8948bb
removed @PUblished, since this is no longer needed
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-14 09:46:23 -06:00
Matt Bruce
e33246153a
Fixes for the refactor of the ButtonGroup/SelfSizingCollectionView
...
Merge branch 'mbruce/bugfixes' of https://gitlab.verizon.com/BPHV_MIPS/vds_ios.git into feature/notificationView
# Conflicts:
# VDS/Components/Buttons/ButtonGroup/ButtonGroup.swift
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-14 09:35:21 -06:00
Matt Bruce
5f0ee106e0
Merge branch 'test/cv' into mbruce/bugfixes
2024-02-14 09:33:08 -06:00
Matt Bruce
e9df701836
fixed other issue with button group layout
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-14 09:32:14 -06:00