Commit Graph

38 Commits

Author SHA1 Message Date
Matt Bruce
d34b477274 refactored var to track internal error
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-03-05 13:17:37 -06:00
Matt Bruce
cedba7ba8c added namespace for control
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-29 16:34:55 -06:00
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
b907e0e001 implemented new internal error handling
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-29 12:14:27 -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
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
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
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
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
vasavk
9883bd6214 Digital ACT191 story ONEAPP-6682 Flex Height as per Layout and spacing 2024-02-22 23:55:46 +05:30
Matt Bruce
1d010d69ea fixed bug for priority on layout
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-09-05 11:47:58 -05:00
Matt Bruce
794f68a67f formatted
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-08-30 16:57:15 -05:00
Matt Bruce
2a589b1e22 more comments
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-08-29 14:00:23 -05:00
Matt Bruce
affdf8176f added high level description to components.
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-08-29 11:50:29 -05:00
Matt Bruce
fe90a09f93 updated base classname
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-08-29 08:50:38 -05:00
Matt Bruce
f398dcf9a8 ewnsure comments marks are in the correct order and naming convention
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-08-28 16:59:44 -05:00
Matt Bruce
2b1234afc8 more comments
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-08-28 11:07:47 -05:00
Matt Bruce
da1434fdfd added documentaion comments.
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-08-28 10:28:53 -05:00
Matt Bruce
e3f998de9f Signed-off-by: Matt Bruce <matt.bruce@verizon.com> 2023-08-25 16:12:50 -05:00
Matt Bruce
56c2217b0c public to open
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-08-04 16:01:38 -05:00
Matt Bruce
ce9e64da0f updated comments
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-08-04 10:22:31 -05:00
Matt Bruce
0a9b4ec368 added comments for reset()
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-07-26 10:13:49 -05:00
Matt Bruce
38b757c20a updated disabled values
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-06-07 15:45:13 -05:00
Matt Bruce
08bcaed4d8 ensured classes are open to allow subclassing
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-04-06 17:06:21 -05:00
Matt Bruce
5969e530c8 changing public to open
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-02-21 12:01:57 -06:00
Matt Bruce
35d1f4071d refactored TextStyle enums to camelCase
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-01-13 15:32:11 -06:00
Matt Bruce
9526a7ec40 refactored out Typography and converted to TextStyle
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-01-13 14:04:15 -06:00
Matt Bruce
6283735428 added textArea
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-01-10 16:49:29 -06:00