added override to set model in the selectedIndex property
ViewModels selectedIndex wasn't set on a change event or a manual change for the object.
Co-authored-by: Matt Bruce <matt.bruce@verizon.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1054
release/11_2_0 hotfix merge
Co-authored-by: Hedden, Kyle Matthew <kyle.hedden@verizonwireless.com>
Co-authored-by: Pfeil, Scott Robert <scott.pfeil3@verizonwireless.com>
Co-authored-by: Sumanth Nadigadda <sumanth.nadigadda@verizon.com>
Co-authored-by: Matt Bruce <matt.bruce@verizon.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1051
bugfix - Removing titleLabel from accessible elements
### Summary
Removing titleLabel from accessible elements in TextEntryField molecule, as the title's text is set as the textfields accessibilityLabel, thus reading the same title twice.
### JIRA Ticket
CXTDT-459435
Co-authored-by: Sumanth Nadigadda <sumanth.nadigadda@verizon.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1052
defect: CXTDT-458975 Removing button text in the accessibility label.
### Summary
Remving 'button' text in the accessibility label key. Since the VO is announcing the text 'button' twice when focused, one from the label and another one from the trait.
Ex: 'Internet access, toggle button on, button, double tap to toggle.'.
### JIRA Ticket
[CXTDT-458975](https://onejira.verizon.com/browse/CXTDT-458975)
Co-authored-by: Sumanth Nadigadda <sumanth.nadigadda@verizon.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1050
Added accessibilityTraits dynamically for buttons, List components
### Summary
Driven all the buttons and list components traits dynamically. As per the WCAG Accessibility guidelines,
Button role - is used to trigger an action e,g confirm information, submit data, continue multi step task. (Button page #45)
Link role - Links should be used only for actions that take the user to other locations and, should not be used for button-like functionality.(Text Link page# 46).
Google drive link : ([https://drive.google.com/drive/folders/1l2Is486J2UxaVulHE8N5xOTFecFtRCvW)!\[Links__2\_\](/uploads/002f8ac31c0bb7f02f4d030b8995cb9b/Links__2\_.png](https://drive.google.com/drive/folders/1l2Is486J2UxaVulHE8N5xOTFecFtRCvW)!%5BLinks__2_%5D(/uploads/002f8ac31c0bb7f02f4d030b8995cb9b/Links__2_.png))
### JIRA Ticket
https://onejira.verizon.com/browse/CXTDT-421918
Co-authored-by: Keerthy <keerthy.marakanti@verizon.com>
Co-authored-by: Krishna Kishore Bandaru <krishna.kishore.bandaru@verizon.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/996