|
|
78dd2d5df8
|
removed obj-c members
Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>
|
2025-01-23 13:24:48 -06:00 |
|
Matt Bruce
|
9edd360303
|
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/vds_ios.git into mbruce/inputStepper
# Conflicts:
# VDS/Components/TextFields/EntryFieldBase.swift
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-08-09 17:25:19 -05:00 |
|
Matt Bruce
|
bf4ff94933
|
moved default values into setDefaults()
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-08-09 16:45:35 -05:00 |
|
Matt Bruce
|
09886ffe26
|
added setDefaults() into protocol and implemented
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-08-09 14:35:51 -05:00 |
|
Matt Bruce
|
760433243e
|
updated to private methods
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-08-09 11:52:25 -05:00 |
|
Matt Bruce
|
317cf89fb6
|
ensure updateView() can't be called until setup() is run
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-08-09 11:21:51 -05:00 |
|
Matt Bruce
|
c326213302
|
initial generic entryfield
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-07-30 12:24:14 -05:00 |
|
Matt Bruce
|
6bf3e19ebe
|
added @objcMembers to all classes
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-07-25 10:53:26 -05:00 |
|
Matt Bruce
|
4ca74fa445
|
dynamically add rules
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-07-12 14:36:37 -05:00 |
|
Matt Bruce
|
c2e7465c4e
|
fixed bug in textarea maxLength
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-07-11 12:39:34 -05:00 |
|
Matt Bruce
|
d943202e83
|
updated placeholder logic
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-07-10 16:33:54 -05:00 |
|
Matt Bruce
|
d7086b0702
|
added a placeholder
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-07-10 16:21:50 -05:00 |
|
Matt Bruce
|
315601e048
|
CXTDT-577463 - InputField - Accessibility - #1 Typing Feedback
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-07-01 15:26:51 -05:00 |
|
Matt Bruce
|
9c6009e4ac
|
fixed bug in not using super for overrides
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-06-26 10:14:48 -05:00 |
|
Matt Bruce
|
891a816f55
|
refactored base for responder
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-06-24 15:33:47 -05:00 |
|
Matt Bruce
|
73f27d1e8b
|
more code refactoring
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-06-20 12:37:19 -05:00 |
|
Matt Bruce
|
d013f07db3
|
first cut with just inline replace
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-06-20 10:11:41 -05:00 |
|
Matt Bruce
|
a2f7c03b8f
|
added to base classes the new accessiblity implmenation
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-06-19 17:17:19 -05:00 |
|
Matt Bruce
|
18b2415143
|
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/vds_ios.git into refactor/selector-accessibility
# Conflicts:
# VDS/Components/DatePicker/DatePicker.swift
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-06-18 14:39:30 -05:00 |
|
Matt Bruce
|
e8f225cdc3
|
refactored responder property
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-06-14 12:59:13 -05:00 |
|
Matt Bruce
|
652088bbb1
|
refactored to base class and removed more duplicate code
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-06-14 12:31:21 -05:00 |
|
Matt Bruce
|
c1f2aa6591
|
refactored textarea
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-06-14 11:33:59 -05:00 |
|
Matt Bruce
|
9538912a72
|
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/vds_ios.git into mbruce/fields-refactor
|
2024-06-14 09:05:47 -05:00 |
|
Matt Bruce
|
0f27e82987
|
removed duplicate code from base class
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-06-14 08:47:45 -05:00 |
|
Scott Pfeil
|
af87f30328
|
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/vds_ios into feature/monarch
|
2024-06-10 14:58:32 -04:00 |
|
Matt Bruce
|
a043bd33f2
|
added shouldUpdateAccessibility
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-06-05 16:15:35 -05:00 |
|
Matt Bruce
|
40a31dfe25
|
CXTDT-560823 – TextArea – Accessibility Labels/Error/ReadyOnly/Disabled.
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-06-05 15:18:32 -05:00 |
|
Scott Pfeil
|
3bb61dab1c
|
Merge branch 'develop' into feature/monarch
|
2024-05-30 10:12:55 -04:00 |
|
Matt Bruce
|
cbf5645959
|
CXTDT-563194 - Dropdown Select - missing transparentBackground option
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-05-28 14:21:11 -05:00 |
|
Matt Bruce
|
d078b6beed
|
Merge branch 'develop' into feature/monarch
|
2024-05-24 12:13:02 -05:00 |
|
Matt Bruce
|
2163abe91a
|
ensure all classes accessibility works the same
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-05-24 10:44:16 -05:00 |
|
Matt Bruce
|
8cc87fd471
|
added accessibility
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-05-24 10:42:31 -05:00 |
|
Matt Bruce
|
77109fd264
|
CXTDT-560458 - Dropdown & TextArea voiceover behaviour
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-05-24 08:59:02 -05:00 |
|
Scott Pfeil
|
fe3dbcbb45
|
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/vds_ios into feature/monarch
|
2024-05-24 09:26:18 -04:00 |
|
Matt Bruce
|
a4d9fd0ccc
|
updated responder methods
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-05-21 09:49:56 -05:00 |
|
Matt Bruce
|
675fbf8693
|
fixed keyboard issue
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-05-21 09:44:23 -05:00 |
|
Scott Pfeil
|
52101435cc
|
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/vds_ios into feature/monarch
|
2024-05-20 15:10:52 -04:00 |
|
Matt Bruce
|
e667054eb6
|
refactored calculating width
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-05-13 12:32:46 -05:00 |
|
Matt Bruce
|
18090871ee
|
removed min/max, you only need width + calculations
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-05-10 16:52:28 -05:00 |
|
Matt Bruce
|
3859c8eeb7
|
refactored width to fields
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-05-10 16:17:12 -05:00 |
|
Matt Bruce
|
aeb620a8a1
|
got width working correctly
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-05-10 16:03:21 -05:00 |
|
Matt Bruce
|
c5262246f3
|
refactred getContainer() to getFieldContainer() to make more sense that the developer needs to only return the Item the User see to interact with.
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-05-10 09:10:35 -05:00 |
|
Matt Bruce
|
501dc4a55f
|
refactored the layout for the entryfield
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-05-10 09:00:55 -05:00 |
|
Matt Bruce
|
fa35654ebe
|
Merge branch 'develop' into feature/monarch
|
2024-05-07 14:12:09 -05:00 |
|
Matt Bruce
|
91cb21eb04
|
added done button
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-05-07 11:52:51 -05:00 |
|
Matt Bruce
|
5d1cdcfdff
|
refactored accessibility elements
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-05-07 11:52:17 -05:00 |
|
Scott Pfeil
|
a04ccd9bf5
|
Digital ACT191 story ONEAPP-7847 - Updating the VDS tokens library
|
2024-05-07 10:44:53 -04:00 |
|
Matt Bruce
|
3f36d8b8c9
|
refactored readOnly to isReadOnly and required to isRequired
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-05-01 17:36:48 -05:00 |
|
Matt Bruce
|
c0b59694f2
|
refactored validation again
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-04-30 16:24:09 -05:00 |
|
Matt Bruce
|
1813661f7d
|
updated states
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
|
2024-04-30 15:48:29 -05:00 |
|