Commit Graph
22 Commits
Author SHA1 Message Date
Darren Thornton f915c813f0 AAE-49862 Fix Form Rule Does Not Update Hidden Status of Outcomes on First Run (#12168) 2026-08-19 10:17:52 -05:00
Darren Thornton 72522c0f72 AAE-39559 Update to handle 0 initial rows for repeatable sections (#12113)
* AAE-39559 Update to handle 0 initial rows for repeatable sections

* address code review comments
2026-08-04 10:53:19 -05:00
Darren Thornton 4c7765e3fa AAE-46517 Add onRowCountChange form event for Repeatable Sections (#12062)
* AAE-46517 Add onRowCountChange event for Repeatable Sections

* code review fixes for unit test
2026-07-14 18:40:41 -05:00
Darren Thornton 46b2d0380b AAE-45774 Shorten invalid date error message (#11920) 2026-06-02 06:46:02 -05:00
Darren Thornton 1d163c6749 Revert "AAE-44065 Change date picker to match other styles (#11868)" (#11896)
This reverts commit 8309d2dc55.
2026-05-19 14:54:26 -05:00
Darren Thornton 64d9f3a6d4 AAE-45774 Show error for date fields if invalid format (#11886)
* AAE-45774 Show error for date fields if invalid format

* apply copilot suggestions
2026-05-18 06:42:59 -05:00
Darren Thornton 8309d2dc55 AAE-44065 Change date picker to match other styles (#11868)
* AAE-44065 Change date picker to match other styles

* Apply Copilot suggestions
2026-05-13 12:12:21 -05:00
Darren Thornton 2649cdea2d AAE-44003 Allow manual input for date field (#11830)
* AAE-44003 Allow manual input for date field

* copilot suggestions

* code review update

* code review update
2026-05-05 10:14:15 -05:00
Darren Thornton c09edd71ff AAE-44761 Remove unused imports (#11829) 2026-04-22 06:41:40 -05:00
Darren Thornton 69a9dc1386 AAE-44002 Allow user input for date and datetime fields (#11791) 2026-04-06 13:23:51 -05:00
Darren Thornton 74252797b7 AAE-28918 Fix for start process button is enabled when required widgets are read only without value (#11781)
* AAE-28918 Fix start process button is enabled when required widgets are read only without value

* Apply Copilot review suggestions.

* updates after code review comments

* revert change made earlier
2026-04-01 13:32:30 -05:00
Darren ThorntonandCopilot d526d31425 AAE-34137 Fix for disabling complete button on the form after declining form confirmation dialog (#11766)
* AAE-34137 Reenable Save and Complete buttons if user rejects on Confirm dialog

* Apply suggestion from Copilot, add takeUntilDestroy

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-27 10:24:38 -05:00
Darren Thornton de34579038 AAE-42156 Update text and multiline fields to show custom regex validation message. (#11670)
* AAE-42156 Custom RegExp Validation message.

* code review update - variable rename
2026-02-23 11:25:15 -06:00
Darren Thornton d274d62d73 AAE-40604 Fix edge case for REST/Variable for dropdown showing required message (#11638) 2026-02-12 09:25:46 -06:00
Darren Thornton 0b805f3e9b Revert "AAE-40604 Fix case when rest/variable are okay and dropdown is requir…" (#11634)
This reverts commit 31bafd718e.
2026-02-10 07:02:35 -06:00
Darren Thornton 31bafd718e AAE-40604 Fix case when rest/variable are okay and dropdown is required and not selected (#11619) 2026-02-06 07:10:39 -06:00
Darren Thornton 302b3e18ec AAE-40604 Fix for Dropdown required validation message is not present (#11600) 2026-02-03 08:26:45 +00:00
Darren Thornton 3356dab434 [AAE-38312] fix start process error translation string (#11239) 2025-10-02 10:09:59 -05:00
Darren Thornton 9deaab4c11 AAE-37006 Fix floating label overlapping in dateitem component (#11118) 2025-08-15 20:03:12 -04:00
Darren Thornton 0e4fced94e AAE-37073 Fix error message location and field not highlighting red for card-view-textitem component (#11115)
* AAE-37073 fix error location and make field highlight red if error

* AAE-37073 code review update - revert change from TranslateModule back to TranslatePipe
2025-08-13 08:42:05 -05:00
Darren ThorntonandAlex Molodyh bf7f7ebf9f AAE-36536 fix for root section and mobile form input layout (#11081)
* [AAE-36536] fix for mobile form input layout

* code review update

---------

Co-authored-by: Alex Molodyh <alex.molodyh@hyland.com>
2025-07-30 14:28:23 -05:00
Darren ThorntonandAlex Molodyh 7fbcfe7d6a AAE-36536 Allow form sections to be at the root level of form (#11070)
* temp checkin to share

* add id attribute

* [AAE-36536] test fix for form.model.ts changes

---------

Co-authored-by: Alex Molodyh <alex.molodyh@hyland.com>
2025-07-28 09:14:30 -05:00