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
BugfixRefactored form page header styling to render Step x and the page title as separate elements with independent styling and a hideable hyphen.
SUP-19237
BugfixOverlay buttons now have customizable styles: – button overrides (buttonStyle, textStyle, wrapperStyle)
SUP-19283
BugfixThe 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
BugfixFixed 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
BugfixFixed styling issues for the business cases and tasks microapp.
SUP-19326
BugfixThe bug that allowed letters to be entered into the Number Input Element has been fixed.
SUP-19327
BugfixThe bug that caused the form area to be non-scrollable in the mobile web view has been fixed.
SUP-19319
BugfixRemoving 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
BugfixFixed 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
BugfixMessages: Fix an sometimes invalid link to a communication form from within a message
SUP-19379
BugfixFixed column rendering for DropdownCatalog and implemented word wrapping for option labels.
