Commit graph

7 commits

Author SHA1 Message Date
Carl Nation
b437ca183e CASH-2978 added policy number validation
CASH-2978 added policy number validation
2026-07-06 08:12:52 -04:00
Matt Sykes
84d31fa55c Fix textbox-question render failures on mobile-details and schedule
Harden the shared textbox-question component and its mobile flow parents
to prevent runtime-1 "undefined is not a function" errors seen in
CloudWatch (chunk 5615 / textbox-question.vue).

- Coerce modelValue to a string in textbox-question setup and value getter
- Ensure v-maska always receives a string mask
- Guard the value watcher when handleChange is unavailable
- Fix mobile-details v-model bindings (remove invalid this. prefix)
- Coerce address fields from store to strings before binding
- Correct malformed modelValue prop definitions on vehicle-protected-question
  and service-zip-question
- Add unit test for null modelValue coercion
2026-06-25 12:47:02 -04:00
Leah Schumann
aefe924060 swapped crypto with uuid() for generating ids for components when customId is not supplied 2023-06-29 06:30:49 -04:00
Chloe Herd
edb1604c55 Initial Merge from Develop 2023-04-19 14:16:15 -04:00
Leah Schumann
96fec12f94 Updated Textbox Question and Dropdown Question unit tests 2023-02-22 11:39:13 -05:00
Leah Schumann
21517e45a7 Removed all unused 'disableAutoFill' code 2023-02-16 07:36:37 -05:00
Bryan Mauger
58de890281 CSR-1021 Move shared components into unique folders. 2023-01-17 14:05:02 -05:00
Renamed from src/common-components/textbox-question/textbox-question.spec.js (Browse further)