Commit Graph

48 Commits

Author SHA1 Message Date
Scott Pfeil
3bb61dab1c Merge branch 'develop' into feature/monarch 2024-05-30 10:12:55 -04:00
Matt Bruce
fab109b59b CXTDT-555854 - Dropdown Select - spacing issues
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-05-28 12:17:55 -05:00
Matt Bruce
63d698af1d CXTDT-563189 - Dropdown Select Readonly Border color
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-05-28 09:31:47 -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
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
7953751a89 fixed optional text position
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-05-23 11:59:13 -05:00
Matt Bruce
2e2beee8c3 fixed bug in word wrapping
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-05-22 16:28:30 -05:00
Matt Bruce
522624b403 initial fix
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-05-21 14:05:37 -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
9d19464b57 fixed issues with dropdown / inputField
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-05-20 12:17:25 -05:00
Matt Bruce
1d5b631295 fixed issue with the dropdown not showing
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-05-20 11:45:33 -05: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
cd0b066701 refactored entryfield base
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-05-13 11:19:57 -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
2f6df89f09 added focused state
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-05-10 14:48:20 -05:00
Matt Bruce
4a337c6fcb fixed minwidth bug
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-05-10 11:06:59 -05:00
Matt Bruce
30b380fceb added width constraint check
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-05-10 11:02:54 -05:00
Matt Bruce
a7d777a97d refactored more for the naming
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-05-10 10:30:37 -05:00
Matt Bruce
0af79c97b7 refactored to helpertext to the right
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-05-10 10:08:10 -05:00
Matt Bruce
d870d4f385 refactored dropdown/inputfield for the helper text position
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-05-10 09:31:18 -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
fb23a411b9 CXTDT-553663 - DropdownSelect - Accessibility - 5 issues
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-05-07 11:51:52 -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
bb705d8155 refactored value to be readOnly
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-23 16:39:50 -05:00
Matt Bruce
37890e0c88 updated icon to statusIcon and iconColorConfiguration
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-19 14:55:29 -05:00
Matt Bruce
0fa6b18680 updated for tokens
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-12 12:35:17 -05:00
Matt Bruce
b07c010888 refactored naming
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-09 16:12:24 -05:00
Matt Bruce
4f0f611fb6 now subclassing EntryFieldBase
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-09 15:38:39 -05:00
Matt Bruce
7b722e4c7e renamed
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-09 14:33:10 -05:00
Matt Bruce
e7220e67a3 put to public since all subcomponents are required to be accessible to devs.
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-08 11:26:09 -05:00
Matt Bruce
c0c666c2cb fixed error/disabled border
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-08 11:11:12 -05:00
Matt Bruce
fc6c398b3f refactored to similar naming conventions for existing components
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-08 10:50:57 -05:00
vasavk
f584ccd6ba Digital ACT-191 ONEAPP-7135 story: minor changes on noticed issues 2024-04-08 16:22:01 +05:30
vasavk
d0f5f26e82 Digital ACT-191 ONEAPP-7135 story: allowed selectedID to update selected label text 2024-04-05 21:36:29 +05:30
vasavk
99d6878ed9 Digital ACT-191 ONEAPP-7135 story: removed unnecessary code 2024-04-05 21:14:23 +05:30
vasavk
51d1ded4c8 Digital ACT-191 ONEAPP-7135 story: updated variable name for error boolean 2024-04-05 21:08:52 +05:30
vasavk
791bfc8870 Digital ACT-191 ONEAPP-7135 story: Inline Text label alignment changes 2024-04-05 12:44:11 +05:30
vasavk
149fda901d Digital ACT-191 ONEAPP-7135 story: Text Overflow handling, did set transparent background if is true 2024-04-04 14:17:36 +05:30
vasavk
e5d8b12bd6 Digital ACT-191 ONEAPP-7135 story: color configurations as per states 2024-04-04 11:40:07 +05:30
vasavk
e3b6b832e2 Digital ACT-191 ONEAPP-7135 story: added model class for options, added callback method to pass selected option text, updating inlineDisplayLabel text if inlineLabel true 2024-04-04 11:31:38 +05:30
vasavk
a6f03e3e1e Digital ACT-191 ONEAPP-7135 story: using tooltip model 2024-04-02 18:20:02 +05:30
vasavk
530a6786d8 Digital ACT-191 ONEAPP-7135 story: design changes 2024-04-02 14:37:02 +05:30
vasavk
7be09ebb8a Digital ACT-191 ONEAPP-7135 story: added new page 2024-04-02 10:40:18 +05:30