Changes with Gentics ANDP 8.3.8 -

11.12.2025


Enhancement ANDP-486 Link to this entry

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.


Bugfix SUP-19238 Link to this entry

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


Bugfix SUP-19237 Link to this entry

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


Bugfix SUP-19283 Link to this entry

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.


Bugfix SUP-19300 Link to this entry

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.


Bugfix SUP-19313 Link to this entry

Fixed styling issues for the business cases and tasks microapp.


Bugfix SUP-19326 Link to this entry

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


Bugfix SUP-19327 Link to this entry

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


Bugfix SUP-19319 Link to this entry

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.


Bugfix SUP-19325 Link to this entry

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.


Bugfix SUP-19258 Link to this entry

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


Bugfix SUP-19379 Link to this entry

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