Commit graph

94 commits

Author SHA1 Message Date
Katie
24ddb9f8a5 CSR-762 Fix for YMMS list-button keypresses 2022-09-19 09:54:31 -04:00
Katie
854300d677 CSR-762 Move validation logic to button-wrapper 2022-09-16 13:07:27 -04:00
Katie
94c3ea326f CSR-762 Update YMMS 2022-09-16 10:18:59 -04:00
Katie
3707443e15 CSR-762 Finish list-button 2022-09-16 09:12:59 -04:00
Katie
ace997bbf5 CSR-762 WIP 2022-09-15 17:30:46 -04:00
Katie
76077d7793 CSR-111 Cleanup 2022-08-24 15:39:47 -04:00
Katie
9c40093144 CSR-111 Fix answer change issue 2022-08-24 15:30:11 -04:00
Adam Caouette
f2c3e79a57 CSR-108: refactoring 2022-08-22 23:57:08 -04:00
Adam Caouette
cd2321a93f CSR-108: update unit tests 2022-08-18 03:21:37 -04:00
Adam Caouette
207d18ab80 CSR-108: updates for handling duplicate questions and loading a previous user state 2022-08-18 03:15:31 -04:00
Bryan Mauger
7f81ce0824 CSR-437 accessibility fix
Add tabindex to span so that screenreader reads copy.
Add aria-label to list-button so that screenreader reads proper information.
2022-08-05 10:39:17 -04:00
Matt Sykes
b73649e490 CSR-705 value logging masking type
- value logging masking type
- added to other components under button-questions
- added logging for radio as it was missing (only fires onchange of radio which is different than others although arguably more right...
2022-08-01 16:42:10 -04:00
Katie
1d6a36a79a CSR-467 Edit aria-labels and what screenreader reads 2022-07-29 11:55:44 -04:00
Katie
7e5fb4c906 CSR-702 Cleanup 2022-07-26 15:31:20 -04:00
Katie
6a8409cd34 CSR-702 Add basic routing for part-questions 2022-07-26 15:03:40 -04:00
Katie
8217ebd4c7 CSR-517 Add event for enter key on list-button 2022-07-18 08:56:36 -04:00
katieoh-safelite
d683061eeb
Merge pull request #606 from Safelite/rlsmerge/2022.06.23-to-develop
Rlsmerge/2022.06.23 to develop
2022-07-14 13:01:51 -04:00
Katie
d1e9d81242 CSR-612 Use role='application' to fix issue in JAWS 2022-07-13 16:28:22 -04:00
Katie
8aa1de12c7 CSR-612 Fix arrow key issue 2022-07-13 15:05:47 -04:00
Katie
bf35cfa866 Fix merge conflicts 2022-07-13 14:03:46 -04:00
Katie
3656c62cf6 CSR-612 Fix list-button for JAWS 2022-07-13 08:55:35 -04:00
Katie
bd496c466d CSR-612 Fix button for JAWS 2022-07-13 08:32:53 -04:00
AdamCaouetteSafelite
d6125a5ee7
Revert "Feature/csr 480" 2022-06-14 17:25:44 -04:00
Adam Caouette
4b9700716f minor logic updates to shared list- buttons, new question-chain component 2022-06-13 20:47:47 -04:00
Adam Caouette
c167f1887a CSR-480: clean up some faulty logic I discovered that was only clearing answers if multi-select 2022-06-09 16:51:59 -04:00
Adam Caouette
e13d2fc097 CSR-216: fix unit tests 2022-05-20 17:25:17 -04:00
CarlNation
adb74675ff CSR-216 move the ga event log out of handlecheckchange
This was causing every item in the list to log an event not just the selected item.
2022-05-20 16:24:52 -04:00
Adam Caouette
4816bf75c0 CSR-624: add unmounted method to clear checked answers 2022-05-20 08:12:16 -04:00
Donielle Austin
2ae1c20c98 ui defects 2022-05-10 16:30:26 -04:00
Adam Caouette
82c9e8563a CSR-447: move mouse trigger to avoid edge case border clicking 2022-04-26 14:30:27 -04:00
Adam Caouette
92ecbd6d3c CSR-447: final style tweaks 2022-04-26 10:41:00 -04:00
Adam Caouette
c070f2af95 CSR-447: expand/update unit tests 2022-04-26 09:52:00 -04:00
Adam Caouette
f991b73f66 CSR-447: refactoring logic of buttons and events, remove unused logic 2022-04-26 09:51:13 -04:00
Adam Caouette
ac93b8fc60 CSR-459: fixes to error focus direction and error styling 2022-04-11 17:03:37 -04:00
bmauger
b110a82859 Remove outline from list-button. 2022-03-31 13:27:15 -04:00
Adam Caouette
acc9518675 CSR-319: fix syncing error between selectedValues and validation values 2022-03-15 13:21:42 -04:00
Adam Caouette
d95e6c10dd CSR-319: fix event triggers for radio buttons 2022-03-08 12:26:35 -05:00
Adam Caouette
98b4329693 CSR-319: remove console logging and outdated code blocks 2022-03-04 13:03:35 -05:00
Adam Caouette
ca0b266efa CSR-319: move validation into vehicle-damage page 2022-03-01 14:12:05 -05:00
Adam Caouette
e6e9c92f2f CSR-319: implement full validation on form-test 2022-03-01 09:16:18 -05:00
bmauger
7a83604103 CSR-341 fix colors and font sizes per qa. 2022-02-24 09:12:18 -05:00
Max
830c474955 Adding groupname to buttons buttonIDs to ensure they are unique, and adjusting button emits to emit button value 2022-02-22 10:28:02 -05:00
Max
3aa63cace6 Updating button change functionality ternary 2022-02-18 11:00:05 -05:00
bmauger
acd770db5e Fix bug with button loader/spinner. 2022-02-17 09:11:10 -05:00
bmauger
f32439972d Add error states to component-test page, update disabled button styles
Center footer link when stacked.
2022-02-16 15:01:17 -05:00
Max
a4b5528fac Fixing unit tests 2022-02-14 17:37:36 -05:00
Max
781a1f8967 Adding condition to when change event occurs on radio buttons 2022-02-14 17:11:53 -05:00
Max
56cda31f8c adding condition to when radio button on change event fires 2022-02-14 16:18:50 -05:00
bmauger
1eff8b58a9 CSR-241 QA color updates. 2022-02-09 14:55:13 -05:00
CarlNation
a70cb96e22 CSR-339 correct tab / focus issue 2022-02-08 13:45:32 -05:00