11.12.2025
ANDP-486
Enhancement

The AndpDropdownInputElement has been moved from the Core package to the Formgen app and renamed to BaseDropDownInputElement. The component was only used in Formgen, and keeping it in Core enforced global styling that unintentionally affected other micro-apps. By relocating it, dropdown input styles can now be customized exclusively within Formgen without impacting other apps. Dupplicate/Dead Code in the different Dropdowns was removed.
With that, the styling of the BaseDropdDownInputElement (Old: AndpDropdownInputElement) was updated to a more generic and maintainable approach.
If you have custom dropdown styling in Core (Object dropdownInputStyle in andp-cpa/packages/core/src/styles/custom/custom-style), please move it to the Formgen custom styles folder (in the baseDropDownInputElement Object in /andp-cpa/packages/feature-formgen/src/styles/custom/custom-style).
With the new changes, the bug with the dropdown arrow indicator could be fixed for all DropDown types:
The arrow is now clickable and correctly updates its direction (Up/Down) based on the open state of the dropdown or DatePicker.

SUP-19238
Bugfix

Refactored form page header styling to render Step x and the page title as separate elements with independent styling and a hideable hyphen.

SUP-19237
Bugfix

Overlay buttons now have customizable styles: – button overrides (buttonStyle, textStyle, wrapperStyle)

SUP-19283
Bugfix

The arrow icon on the right side of the DateTimeElement input is now clickable and changes direction (Up/Down) based on the open state of the DatePicker.

SUP-19300
Bugfix

Fixed the issue where the DropdownCatalog Element in the checkbox variant only rendered two rows. Column count is now handled as a number, ensuring all rows render correctly.

SUP-19313
Bugfix

Fixed styling issues for the business cases and tasks microapp.

SUP-19326
Bugfix

The bug that allowed letters to be entered into the Number Input Element has been fixed.

SUP-19327
Bugfix

The bug that caused the form area to be non-scrollable in the mobile web view has been fixed.

SUP-19319
Bugfix

Removing an invalid file from file upload now correctly triggers the upload of the remaining valid files. Background saves no longer upload binary files, preventing unnecessary data transfer and potential validation issues.

SUP-19325
Bugfix

Fixed file deletion logic so that deleting a file no longer removes all entries with the same name, but only the one at the selected index.

SUP-19258
Bugfix

Messages: Fix an sometimes invalid link to a communication form from within a message

SUP-19379
Bugfix

Fixed column rendering for DropdownCatalog and implemented word wrapping for option labels.